Skip to content

Commit 995dd7c

Browse files
authored
docs: remove const
1 parent ef87f50 commit 995dd7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.dumi/pages/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { useLocalFormat } from 'useLocalFormat';
1111

1212
import { Zoom } from '@components/Animation';
1313

14-
import { baseModelImg } from './const';
14+
import { baseModelImg } from '../utils/const';
1515

1616
// const Zoom = ({ children }: { children: any }) => <>{children}</>;
1717

0 commit comments

Comments
 (0)