Skip to content

Commit

Permalink
fix: add types
Browse files Browse the repository at this point in the history
  • Loading branch information
思忠 committed Apr 3, 2020
1 parent 1f5a6a0 commit 7d4465a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from 'react';
import * as ReactDOM from 'react-dom';
import * as ReactDOMServer from 'react-dom/server';
import { createBrowserHistory, createHashHistory, createMemoryHistory } from 'history';
import { createBrowserHistory, createHashHistory, createMemoryHistory, History } from 'history';
import deepmerge from 'deepmerge';
import RuntimeModule from './runtimeModule';
import { setAppConfig } from './appConfig';
Expand Down

0 comments on commit 7d4465a

Please sign in to comment.