Skip to content

Commit

Permalink
feat: themeswitch in accounts menu
Browse files Browse the repository at this point in the history
  • Loading branch information
warmachine028 committed Sep 9, 2024
1 parent 7d0aa20 commit e5eb1f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ import { ThemeProvider } from '@/providers'

const MemoriesApp = () => {
// [System.Environment]::SetEnvironmentVariable("NODE_ENV","development","User")
const appEnviromnent = import.meta.env.MODE || 'development'
// const appEnviromnent = import.meta.env.MODE || 'development'
return (
<Provider store={store}>
<BrowserRouter>
<Navbar />
<AppRouter />
<Snackbar />
<ScrollToTop />
{appEnviromnent !== 'production' && <PlaygroundFab />}
<PlaygroundFab />
</BrowserRouter>
</Provider>
)
Expand Down

0 comments on commit e5eb1f7

Please sign in to comment.