Add bootstrap

This commit is contained in:
Werner
2023-06-07 08:08:17 -03:00
parent 3e00f03584
commit 214e2c5d02
11 changed files with 288 additions and 463 deletions

View File

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