remove mode prop

This commit is contained in:
Alex Holliday
2025-09-27 14:57:55 -07:00
parent 5cab842f0a
commit b57ed47592

View File

@@ -22,7 +22,7 @@ const V2Routes = ({ mode = "light" }) => {
/>
<Route
path="/"
element={<RootLayout mode={mode} />}
element={<RootLayout />}
>
<Route
path="test"