Bob AI: add a 'contact' specific page and use our existing styling inside of ...
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
|
||||
import { Routes, Route } from 'react-router-dom';
|
||||
import Layout from './components/Layout';
|
||||
import HomePage from './pages/HomePage';
|
||||
@@ -10,6 +11,7 @@ import MetricsPage from './pages/Metrics';
|
||||
import AboutPage from './pages/misc/AboutPage';
|
||||
|
||||
|
||||
|
||||
export default function App() {
|
||||
return (
|
||||
<Routes>
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import FooterBasic from '@/components/sections/footer/FooterBasic';
|
||||
import NavbarFloating from '@/components/ui/NavbarFloating';
|
||||
import SiteBackgroundSlot from "@/components/ui/SiteBackgroundSlot";
|
||||
|
||||
import { Outlet } from 'react-router-dom';
|
||||
import { StyleProvider } from "@/components/ui/StyleProvider";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user