feat(sprint-3): refresh responsive UlHub portal
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import type { AppProps } from 'next/app';
|
||||
import { AuthProvider } from '../lib/auth-context';
|
||||
import type { AppProps } from "next/app";
|
||||
import { AuthProvider } from "../lib/auth-context";
|
||||
import "../styles/global.css";
|
||||
|
||||
export default function App({ Component, pageProps }: AppProps) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user