feat: move Landing Page into pages folder
This commit is contained in:
parent
3071582752
commit
8c3b4f524a
|
@ -3,7 +3,7 @@ import { createBrowserRouter, RouterProvider } from 'react-router-dom'
|
|||
import { Provider as StatusProvider } from '@status-im/components'
|
||||
import './App.css'
|
||||
import config from '../tamagui.config'
|
||||
import LandingPage from './components/LandingPage'
|
||||
import LandingPage from './pages/LandingPage/LandingPage'
|
||||
import DeviceHealthCheck from './pages/DeviceHealthCheck/DeviceHealthCheck'
|
||||
import ConnectDevicePage from './components/ConnectDevicePage'
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import PageWrapperShadow from './PageWrapperShadow'
|
||||
import PageWrapperShadow from '../../components/PageWrapperShadow'
|
||||
import './LandingPage.css'
|
||||
import QuickStartBar from './QuickStartBar'
|
||||
import QuickStartBar from '../../components/QuickStartBar'
|
||||
|
||||
function LandingPage() {
|
||||
return (
|
Loading…
Reference in New Issue