From 45c3c7b8b4793ca3b6cd8366baaf035346a6d745 Mon Sep 17 00:00:00 2001 From: Haishan Date: Thu, 26 Dec 2019 18:50:45 +0800 Subject: chore: get rid of webpack resolve alias --- src/components/StyleGuide.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/components/StyleGuide.js') diff --git a/src/components/StyleGuide.js b/src/components/StyleGuide.js index d96e397..7b6f53d 100644 --- a/src/components/StyleGuide.js +++ b/src/components/StyleGuide.js @@ -1,10 +1,10 @@ import React, { PureComponent } from 'react'; import PropTypes from 'prop-types'; -import ToggleSwitch from 'c/ToggleSwitch'; -import Input from 'c/Input'; -import Switch from 'c/Switch'; -import Button from 'c/Button'; +import ToggleSwitch from './ToggleSwitch'; +import Input from './Input'; +import Switch from './Switch'; +import Button from './Button'; // import Modal from 'c/Modal'; // import APIConfig from 'c/APIConfig'; // import Proxy from 'c/Proxy'; -- cgit v1.3.1