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 { Provider as StatusProvider } from '@status-im/components'
|
||||||
import './App.css'
|
import './App.css'
|
||||||
import config from '../tamagui.config'
|
import config from '../tamagui.config'
|
||||||
import LandingPage from './components/LandingPage'
|
import LandingPage from './pages/LandingPage/LandingPage'
|
||||||
import DeviceHealthCheck from './pages/DeviceHealthCheck/DeviceHealthCheck'
|
import DeviceHealthCheck from './pages/DeviceHealthCheck/DeviceHealthCheck'
|
||||||
import ConnectDevicePage from './components/ConnectDevicePage'
|
import ConnectDevicePage from './components/ConnectDevicePage'
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import PageWrapperShadow from './PageWrapperShadow'
|
import PageWrapperShadow from '../../components/PageWrapperShadow'
|
||||||
import './LandingPage.css'
|
import './LandingPage.css'
|
||||||
import QuickStartBar from './QuickStartBar'
|
import QuickStartBar from '../../components/QuickStartBar'
|
||||||
|
|
||||||
function LandingPage() {
|
function LandingPage() {
|
||||||
return (
|
return (
|
Loading…
Reference in New Issue