Skip to content

Commit

Permalink
fix(Loading): remove alias
Browse files Browse the repository at this point in the history
  • Loading branch information
anlyyao committed May 27, 2024
1 parent 585dbcb commit 530cef5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/loading/loading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import SpinnerIcon from './icon/spinner';
import config from '../config';
import props from './props';
import { useContent, useTNodeJSX } from '../hooks/tnode';
import { usePrefixClass } from '@/hooks/useClass';
import { usePrefixClass } from '../hooks/useClass';

const { prefix } = config;

Expand Down

0 comments on commit 530cef5

Please sign in to comment.