Skip to content

Commit

Permalink
fix: revert empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinbao1001 committed Oct 16, 2024
1 parent 3c25919 commit c58b99d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/templates/meta/exports.ts.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { filesMeta, tabsMeta } from '.';
import type { IDemoData, IRouteMeta } from 'dumi/dist/client/theme-api/types';

// Copy from React official demo.
type ReactPromise<T> = Promise<T> & {
status?: 'pending' | 'fulfilled' | 'rejected';
Expand Down

0 comments on commit c58b99d

Please sign in to comment.