This commit is contained in:
Luis Alvarez
2020-10-20 22:27:50 -05:00
10 changed files with 72 additions and 51 deletions

View File

@@ -1,7 +1,10 @@
import '@assets/global.css'
import '@assets/tailwind.css'
import '@assets/utils.css'
// To be removed
import 'animate.css'
import { FC } from 'react'
import type { AppProps } from 'next/app'