Fix legacy prefix bug

pull/19807/head
qingguo 1 year ago
parent 47c463cc90
commit d295fbc9cf

@ -2,7 +2,7 @@
import type { FC } from 'react' import type { FC } from 'react'
import classNames from '@/utils/classnames' import classNames from '@/utils/classnames'
import useTheme from '@/hooks/use-theme' import useTheme from '@/hooks/use-theme'
import {basePath} from '@/utils/var'; import { basePath } from '@/utils/var'
export type LogoStyle = 'default' | 'monochromeWhite' export type LogoStyle = 'default' | 'monochromeWhite'

Loading…
Cancel
Save