Merge branch 'main' into update-for-network

This commit is contained in:
Christy Jacob
2024-11-12 16:09:58 +01:00
committed by GitHub
44 changed files with 1173 additions and 25 deletions

View File

@@ -98,10 +98,10 @@ function App() {
<Navbar /> {/* Add the navbar before page content */}
<main>{isLoginPage ? <Login /> : <Home />}</main>
</IdeasProvider>
<UserProvider>
</UserProvider>
</div>
);
}
export default App;
```
```