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,4 +1,4 @@
import React from 'react'
import * as React from 'react'
import cs from 'classnames'
import useDarkMode from '@fisch0920/use-dark-mode'
import { IoSunnyOutline } from '@react-icons/all-files/io5/IoSunnyOutline'