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
@@ -9,7 +9,7 @@ import Link from 'next/link'
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
import { Dialog, Transition } from '@headlessui/react'
import { OdDriveItem, OdSearchResult } from '../types'
import type { OdDriveItem, OdSearchResult } from '../types'
import { LoadingIcon } from './Loading'
import { getFileIcon } from '../utils/getFileIcon'