It just works
This commit is contained in:
@@ -163,7 +163,7 @@ function AppContent() {
|
||||
<Toolbar />
|
||||
<Routes>
|
||||
<Route path="/" element={<Home socket={socket} />} />
|
||||
<Route path="/settings" element={<Settings />} />
|
||||
<Route path="/settings" element={<Settings socket={socket} />} />
|
||||
</Routes>
|
||||
</Box>
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user