Commit 524281ecbbe0a125d293266b69e8c96d27bf5746

Authored by voaserre@up.edu.ph
1 parent a95c918a

OJT21-53: Use tailwindcss on app

Showing 1 changed file with 7 additions and 0 deletions
  1 +import 'tailwindcss/tailwind.css'
  2 +
  3 +function MyApp ({ Component, pageProps }) {
  4 + return <Component {...pageProps} />
  5 +}
  6 +
  7 +export default MyApp
... ...