@@ -5,16 +5,16 @@ import {
55 useLocation ,
66 Navigate ,
77} from 'react-router-dom' ;
8- import Home from './pages/home' ;
9- import TrackInfo from './pages/info' ;
10- import NotFound from './pages/NotFound' ;
11- import Search from './pages/Search' ;
12- import Splash from './pages/splash' ;
13- import Header from './widgets/navigation/Header' ;
14- import Footer from './widgets/navigation/Footer' ;
15- import Login from './pages/login' ;
16- import MyPage from './pages/my' ;
17- import UploadSection from './components/UploadSection' ;
8+ import Home from '.. /pages/home' ;
9+ import TrackInfo from '.. /pages/info' ;
10+ import NotFound from '.. /pages/NotFound' ;
11+ import Search from '.. /pages/Search' ;
12+ import Splash from '.. /pages/splash' ;
13+ import Header from '.. /widgets/navigation/Header' ;
14+ import Footer from '.. /widgets/navigation/Footer' ;
15+ import Login from '.. /pages/login' ;
16+ import MyPage from '.. /pages/my' ;
17+ import UploadSection from '.. /components/UploadSection' ;
1818
1919function App ( ) {
2020 return (
@@ -30,7 +30,7 @@ function AppContent() {
3030 const shouldHideHeaderFooter = hiddenRoutes . includes ( location . pathname ) ;
3131
3232 return (
33- < div className = "flex flex-col min-h-screen" >
33+ < div className = "min-h-screen bg-blue-primary " >
3434 { ! shouldHideHeaderFooter && < Header /> }
3535 < Routes >
3636 < Route path = "/" element = { < Navigate to = "/login" replace /> } />
0 commit comments