Skip to content

Commit

Permalink
chore: ...
Browse files Browse the repository at this point in the history
  • Loading branch information
fz6m committed Jan 6, 2024
1 parent 4b5df57 commit d84340a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugins/src/dva.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export { getDvaApp } from './dva';
api.writeTmpFile({
path: 'types.d.ts',
tpl: `
import type { History } from '@@/exports';
import type { History } from '${api.appData.umi.importSource}';
export interface ConnectProps {
dispatch?: Dispatch;
Expand Down

0 comments on commit d84340a

Please sign in to comment.