meh
This commit is contained in:
@@ -4,7 +4,6 @@ import ErrorBoundary from './components/ErrorBoundary'
|
||||
import { BRAND_PRIMARY } from './config'
|
||||
import Home from './pages/Home'
|
||||
import About from './pages/About'
|
||||
import Services from './pages/Services'
|
||||
import ServiceDetail from './pages/ServiceDetail'
|
||||
import Project from './pages/Project'
|
||||
import Contact from './pages/Contact'
|
||||
@@ -27,7 +26,6 @@ export default function App() {
|
||||
<Route element={<Layout />}>
|
||||
<Route path="/" element={<Home />} />
|
||||
<Route path="/about" element={<About />} />
|
||||
<Route path="/service" element={<Services />} />
|
||||
<Route path="/service/:slug" element={<ServiceDetail />} />
|
||||
<Route path="/project" element={<Project />} />
|
||||
<Route path="/contact" element={<Contact />} />
|
||||
|
||||
Reference in New Issue
Block a user