diff options
| author | Haishan <[email protected]> | 2019-12-26 18:50:45 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2019-12-27 16:29:45 +0800 |
| commit | 45c3c7b8b4793ca3b6cd8366baaf035346a6d745 (patch) | |
| tree | e5d343bbf6984d9f89d38a2f9e7ae2a8665e5950 /src/components/StyleGuide.js | |
| parent | b033b4825dfeb2e3a15bae298856d5001310a487 (diff) | |
chore: get rid of webpack resolve alias
Diffstat (limited to 'src/components/StyleGuide.js')
| -rw-r--r-- | src/components/StyleGuide.js | 8 |
1 files changed, 4 insertions, 4 deletions
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'; |
