Skip to content

Commit

Permalink
chore: replace type alias path to relative path (#3297)
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn committed Aug 31, 2024
1 parent 890788c commit db545b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/empty/empty.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
} from '@vue/composition-api';
import isPlainObject from 'lodash/isPlainObject';
import isString from 'lodash/isString';
import type { TNode } from '@src/common';
import type { TNode } from '../common';
import { useConfig, usePrefixClass } from '../config-provider/useConfig';
import { useCommonClassName } from '../hooks/useConfig';

Expand Down

0 comments on commit db545b4

Please sign in to comment.