chore: added content and updated settings

This commit is contained in:
Catalin Pit
2024-04-12 12:05:31 +03:00
parent 24ed73ef3e
commit df699e890c
13 changed files with 318 additions and 9 deletions

View File

@ -0,0 +1,7 @@
import '../styles.css'
export default function App({ Component, pageProps }) {
return <Component {...pageProps} />
}