File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 22
33import React from 'react' ;
44import ReactDOM from 'react-dom/client' ;
5+
56import './index.scss' ;
6- import App from './routes/App' ;
77import reportWebVitals from './reportWebVitals' ;
8+ import App from './routes/App' ;
89
910const root = ReactDOM . createRoot ( document . getElementById ( 'root' ) ) ;
1011root . render (
Original file line number Diff line number Diff line change @@ -10,17 +10,14 @@ import {
1010import 'bootstrap/dist/css/bootstrap.min.css' ;
1111import '../styles/app.scss' ;
1212
13-
1413//Layouts
15- import RootLayout from "../layouts/RootLayout" ;
1614import ImpressLayout from "../layouts/ImpressLayout" ;
17-
15+ import RootLayout from "../layouts/RootLayout" ;
1816// Pages
19- import Impress from '../pages/Impress' ;
20- import Welcome from "../pages/Welcome" ;
21-
2217import Error from "../pages/errors/Error" ;
18+ import Impress from '../pages/Impress' ;
2319import NotFound from "../pages/NotFound" ;
20+ import Welcome from "../pages/Welcome" ;
2421
2522/*
2623* Welcome == Hauptseite
You can’t perform that action at this time.
0 commit comments