Skip to content

Commit

Permalink
chore(Loading): remove alias (#1467)
Browse files Browse the repository at this point in the history
  • Loading branch information
anlyyao authored Jun 21, 2024
1 parent 4d7b17f commit 1b0c868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loading/loading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import config from '../config';
import props from './props';
import { useContent, useTNodeJSX } from '../hooks/tnode';
import { usePrefixClass } from '../hooks/useClass';
import { addClass, getAttach, removeClass } from '@/shared/dom';
import { addClass, getAttach, removeClass } from '../shared/dom';

const { prefix } = config;

Expand Down

0 comments on commit 1b0c868

Please sign in to comment.