Skip to content

Commit

Permalink
perf(popup): sfc to tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
betavs committed May 24, 2024
1 parent 3af43c5 commit 2b0a777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/popup/popup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import popupProps from './props';
import TOverlay from '../overlay';
import config from '../config';
import { TdPopupProps } from './type';
import { useContent, useTNodeJSX } from '@/hooks/tnode';
import { useContent, useTNodeJSX } from '../hooks/tnode';
import { useDefault, isBrowser } from '../shared';
import { getAttach } from '../shared/dom';

Expand Down

0 comments on commit 2b0a777

Please sign in to comment.