Skip to content

Commit

Permalink
fix: ts lint
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxiao committed Mar 22, 2024
1 parent 9ff7063 commit aae6bde
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { getMarkup, IOpts } from '@umijs/server';
import { getMarkup } from '@umijs/server';
import { IOpts } from '@umijs/server/dist/types';
import type { Plugin } from 'vite';
import { IApi } from '../../../types';
import { getMarkupArgs } from '../getMarkupArgs';
Expand Down

0 comments on commit aae6bde

Please sign in to comment.