1
0
Fork 0

chore(fs.dev): Added tailwindcss

This commit is contained in:
Joost De Cock 2021-12-10 10:30:15 +01:00
parent 02ba92b475
commit d7f2442284
10 changed files with 261 additions and 186 deletions

View file

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