mirror of
https://github.com/supabase/supabase.git
synced 2026-05-31 01:42:45 +08:00
chore: use type imports / avoid unnecessary API type export (#28088)
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
import { useEffect, useState } from 'react'
|
||||
import { usePathname } from 'next/navigation'
|
||||
import { ICommonItem } from '~/components/reference/Reference.types'
|
||||
import { Json } from '~/types'
|
||||
import type { ICommonItem } from '~/components/reference/Reference.types'
|
||||
import type { Json } from '~/types'
|
||||
import { menuState } from '../../../hooks/useMenuState'
|
||||
|
||||
export function getPathWithoutHash(relativePath: string) {
|
||||
|
||||
Reference in New Issue
Block a user