Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
fix: fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Nov 19, 2019
1 parent a9c2edd commit 88af8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/getBreadcrumbProps.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import H from 'history';
import { BreadcrumbProps as AntdBreadcrumbProps } from 'antd/es/breadcrumb';
import React from 'react';
import { pathToRegexp } from 'path-to-regexp';
import pathToRegexp from 'path-to-regexp';
import { Settings } from '../defaultSettings';
import { MenuDataItem, MessageDescriptor } from '../typings';
import { urlToList } from './pathTools';
Expand Down

0 comments on commit 88af8fa

Please sign in to comment.