Sign in

voaserre@up.edu.ph / auto-logs-frontend · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • auto-logs-frontend
  • pages
  • _app.js
  • OJT21-53: Use tailwindcss on app
    524281ec
    voaserre@up.edu.ph authored
    2021-08-02 10:04:36 +0800  
    Browse Files »
_app.js 141 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
import 'tailwindcss/tailwind.css'

function MyApp ({ Component, pageProps }) {
  return <Component {...pageProps} />
}

export default MyApp