diff --git a/js/src/App.tsx b/js/src/App.tsx index 8e01b62..cdd788b 100644 --- a/js/src/App.tsx +++ b/js/src/App.tsx @@ -12,7 +12,7 @@ import SettingsPage from "@/features/settings-page"; import NetworkSelector from "@/features/network-selector"; import NetworkRoot from "@/features/network-root"; import ParticleViewResolver from "@/features/particles/particle-view-resolver"; -import LayoutWithPath from "@/features/layoutwithpath"; +import Layout from "@/features/layout"; const queryClient = new QueryClient(); @@ -45,7 +45,7 @@ function AuthenticatedApp() { } /> - }> + }> } /> } /> diff --git a/js/src/features/layoutwithpath.tsx b/js/src/features/layout.tsx similarity index 98% rename from js/src/features/layoutwithpath.tsx rename to js/src/features/layout.tsx index 3b78dcb..050ef5e 100644 --- a/js/src/features/layoutwithpath.tsx +++ b/js/src/features/layout.tsx @@ -116,7 +116,7 @@ function TopBar() { ); } -export default function LayoutWithPath() { +export default function Layout() { return (