mirror of
https://github.com/sstent/aicyclingcoach-go.git
synced 2026-02-15 19:56:26 +00:00
sync
This commit is contained in:
11
frontend/pages/_app.js
Normal file
11
frontend/pages/_app.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import { AuthProvider } from '../src/context/AuthContext';
|
||||
|
||||
function MyApp({ Component, pageProps }) {
|
||||
return (
|
||||
<AuthProvider>
|
||||
<Component {...pageProps} />
|
||||
</AuthProvider>
|
||||
);
|
||||
}
|
||||
|
||||
export default MyApp;
|
||||
Reference in New Issue
Block a user