Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wxh16144 committed May 6, 2024
1 parent f77e7ea commit 36987ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loaders/markdown/transformer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { ILocalesConfig, IRouteMeta } from '@/client/theme-api/types';
import { VERSION_2_DEPRECATE_SOFT_BREAKS } from '@/constants';
import type { IApi, IDumiConfig, IDumiTechStack } from '@/types';
import { isVersionInRange } from '@/utils';
import enhancedResolve from 'enhanced-resolve';
import enhancedResolve, { type ResolveOptions } from 'enhanced-resolve';
import type { IRoute } from 'umi';
import type { Plugin, Processor } from 'unified';
import type { Data } from 'vfile';
Expand Down

0 comments on commit 36987ba

Please sign in to comment.