Skip to content

Commit 0c2a8f8

Browse files
committed
fix import
1 parent f3361de commit 0c2a8f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browser-router.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as React from 'react';
2-
import PropTypes from 'prop-types';
2+
import * as PropTypes from 'prop-types';
33
import Router, { initParams, initResult } from './router';
44
import { Context, stringifyQuery } from 'router-async';
55

0 commit comments

Comments
 (0)