bring over code challenge
This commit is contained in:
commit
76b596da09
20 changed files with 51221 additions and 0 deletions
7
pages/_app.tsx
Normal file
7
pages/_app.tsx
Normal file
|
@ -0,0 +1,7 @@
|
|||
import 'tailwindcss/tailwind.css'
|
||||
|
||||
function MyApp({ Component, pageProps }) {
|
||||
return <Component {...pageProps} />
|
||||
}
|
||||
|
||||
export default MyApp
|
Loading…
Add table
Add a link
Reference in a new issue