chore: refactor react import

This commit is contained in:
Travis Fischer
2022-04-10 12:18:01 -04:00
parent 1890ff7639
commit e75dbcfff9
16 changed files with 16 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
import Head from 'next/head'
import React from 'react'
import * as React from 'react'
import * as types from 'lib/types'
import * as config from 'lib/config'