Commit 85b880cf authored by nikogu's avatar nikogu

change components Link from dva/router to react-router

parent a30e058e
import React, { PureComponent } from 'react';
import PropTypes from 'prop-types';
import { Link } from 'dva/router';
import { Link } from 'react-router';
import { Button, Icon } from 'antd';
import styles from './index.less';
......
import React from 'react';
import classNames from 'classnames';
import { Button } from 'antd';
import { Link } from 'dva/router';
import { Link } from 'react-router';
import config from './typeConfig';
import styles from './index.less';
......
import React, { PureComponent } from 'react';
import PropTypes from 'prop-types';
import { Breadcrumb, Tabs } from 'antd';
import { Link } from 'dva/router';
import { Link } from 'react-router';
import classNames from 'classnames';
import styles from './index.less';
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment