Skip to content

Commit

Permalink
🐛 fix: 修正导入依赖问题
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Feb 13, 2023
1 parent b8e2570 commit e927e16
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/components/StoreUpdater/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
import { useLocation } from '@@/exports';
import { useLocale, useNavData, useRouteMeta, useSidebarData, useSiteData } from 'dumi';
import {
useLocale,
useLocation,
useNavData,
useRouteMeta,
useSidebarData,
useSiteData,
} from 'dumi';
import isEqual from 'fast-deep-equal';
import { memo, useEffect } from 'react';
import { SiteStore, useSiteStore } from '../../store/useSiteStore';
Expand Down

1 comment on commit e927e16

@vercel
Copy link

@vercel vercel bot commented on e927e16 Feb 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.