Revert "Testing potential reason"

This reverts commit aebc275303.
This commit is contained in:
Luis Alvarez
2020-10-03 04:54:28 -05:00
parent aebc275303
commit f46d122b88
4 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
import { FC } from 'react'
import { AppProps } from 'next/app'
import type { AppProps } from 'next/app'
import '@assets/global.css'
const Noop: FC = ({ children }) => <>{children}</>