Skip to content

Commit

Permalink
fix: use persistance
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-pousette committed Aug 20, 2024
1 parent e3b9f47 commit ed747c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/one-chat-room/frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export const App = () => {
network={
import.meta.env.MODE === "development" ? "local" : "remote"
}
inMemory={true}
>
<ThemeProvider theme={theme}>
<CssBaseline />
Expand Down

0 comments on commit ed747c6

Please sign in to comment.