Cleaner header and hub

This commit is contained in:
2025-04-12 01:16:44 +02:00
parent b04ee4cb92
commit b6f1e3eb8e
5 changed files with 59 additions and 26 deletions

View File

@@ -6,10 +6,10 @@ import { Header } from "../../components";
export const FirmRoutes = () => {
return (
<>
<Header />
<Routes>
<Route path="/:instance/:firm/*" element={
<FirmContextProvider>
<Header />
<Routes>
<Route index element={ <FirmHome /> } />
</Routes>