Skip to content

Commit

Permalink
fix(plugins): layout plugin vite compile error (umijs#8919)
Browse files Browse the repository at this point in the history
  • Loading branch information
xierenyuan authored Aug 9, 2022
1 parent d0339c1 commit 04e0cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugins/src/layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ const { formatMessage } = useIntl();
: 'type InitDataType = any;'
}
import { IConfigFromPlugins } from '@@/core/pluginConfig';
import type { IConfigFromPlugins } from '@@/core/pluginConfig';
export type RunTimeLayoutConfig = (initData: InitDataType) => Omit<
ProLayoutProps,
Expand Down

0 comments on commit 04e0cee

Please sign in to comment.