Move all files to inviqa-tailwindcss-example/

This commit is contained in:
Oliver Davies 2025-09-29 23:19:01 +01:00
parent 6d7993bbaa
commit 225421ac19
26 changed files with 0 additions and 0 deletions

View file

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