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/ToggleSwitch.js | |
| parent | b033b4825dfeb2e3a15bae298856d5001310a487 (diff) | |
chore: get rid of webpack resolve alias
Diffstat (limited to 'src/components/ToggleSwitch.js')
| -rw-r--r-- | src/components/ToggleSwitch.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ToggleSwitch.js b/src/components/ToggleSwitch.js index 7d6431c..f04407d 100644 --- a/src/components/ToggleSwitch.js +++ b/src/components/ToggleSwitch.js @@ -1,7 +1,7 @@ import React, { useMemo } from 'react'; import PropTypes from 'prop-types'; -import s0 from 'c/ToggleSwitch.module.css'; +import s0 from './ToggleSwitch.module.css'; function ToggleSwitch({ options, value, name, onChange }) { const idxSelected = useMemo(() => options.map(o => o.value).indexOf(value), [ |
