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/Button.js | |
| parent | b033b4825dfeb2e3a15bae298856d5001310a487 (diff) | |
chore: get rid of webpack resolve alias
Diffstat (limited to 'src/components/Button.js')
| -rw-r--r-- | src/components/Button.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Button.js b/src/components/Button.js index 5b0365b..d9bcd22 100644 --- a/src/components/Button.js +++ b/src/components/Button.js @@ -1,7 +1,7 @@ import React from 'react'; import cx from 'classnames'; -import s0 from 'c/Button.module.css'; +import s0 from './Button.module.css'; const noop = () => {}; const { memo, forwardRef } = React; |
