fix space indentation
This commit is contained in:
12
src/App.tsx
12
src/App.tsx
@@ -3,12 +3,12 @@ import Timetable from "@/components/Timetable/Timetable";
|
||||
import Flatastic from "@/components/Flatastic/Flatastic";
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<>
|
||||
<Timetable />
|
||||
<Flatastic />
|
||||
</>
|
||||
);
|
||||
return (
|
||||
<>
|
||||
<Timetable />
|
||||
<Flatastic />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
export default App;
|
||||
|
||||
Reference in New Issue
Block a user