mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-25 03:09:32 -06:00
remove mode prop
This commit is contained in:
@@ -22,7 +22,7 @@ const V2Routes = ({ mode = "light" }) => {
|
||||
/>
|
||||
<Route
|
||||
path="/"
|
||||
element={<RootLayout mode={mode} />}
|
||||
element={<RootLayout />}
|
||||
>
|
||||
<Route
|
||||
path="test"
|
||||
|
||||
Reference in New Issue
Block a user