import types explicitly

This commit is contained in:
spencerwooo
2022-02-02 16:41:30 +08:00
parent dfbcbeda5b
commit 89dcc1f614
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { OdFileObject } from '../../types'
import type { OdFileObject } from '../../types'
import ReactPlayer from 'react-player'
import { useRouter } from 'next/router'
import { useClipboard } from 'use-clipboard-copy'