From 38ff4c47c924d53558b9aa61b02b3a689179a6dc Mon Sep 17 00:00:00 2001 From: talksik Date: Wed, 18 Mar 2026 17:14:51 -0700 Subject: [PATCH] refactor: layout file name --- js/src/App.tsx | 4 ++-- js/src/features/{layoutwithpath.tsx => layout.tsx} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename js/src/features/{layoutwithpath.tsx => layout.tsx} (98%) 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 (