2021-11-17 15:33:23 +00:00
|
|
|
import '@fontsource/inter/400.css';
|
|
|
|
import '@fontsource/inter/700.css';
|
2021-11-16 21:32:21 +00:00
|
|
|
import '../styles/globals.css';
|
|
|
|
|
|
|
|
function App({Component, pageProps}) {
|
|
|
|
return <Component {...pageProps} />
|
|
|
|
}
|
|
|
|
|
|
|
|
export default App;
|