diff --git a/web/app/components/base/logo/dify-logo.tsx b/web/app/components/base/logo/dify-logo.tsx index 973f1fcc5d..42f890f82b 100644 --- a/web/app/components/base/logo/dify-logo.tsx +++ b/web/app/components/base/logo/dify-logo.tsx @@ -2,7 +2,7 @@ import type { FC } from 'react' import classNames from '@/utils/classnames' import useTheme from '@/hooks/use-theme' -import {basePath} from '@/utils/var'; +import { basePath } from '@/utils/var' export type LogoStyle = 'default' | 'monochromeWhite'