feat: move Landing Page into pages folder

This commit is contained in:
RadoslavDimchev 2023-08-15 10:21:21 +03:00
parent 3071582752
commit 8c3b4f524a
4 changed files with 3 additions and 3 deletions

View File

@ -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'

View File

@ -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 (