Skip to content

Commit 3f5e03f

Browse files
committed
chore: rename COldSwitch back to Switch.
1 parent 1c2d23c commit 3f5e03f

File tree

4 files changed

+2
-116
lines changed

4 files changed

+2
-116
lines changed

src/components/Switch/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import COldSwitch from './COldSwitch'
1+
import Switch from './Switch'
22
import CSwitch from './CSwitch'
33

44
export {
5-
COldSwitch,
5+
Switch,
66
CSwitch
77
}

src/components/Switch/tests/COldSwitch.spec.js

Lines changed: 0 additions & 73 deletions
This file was deleted.

src/components/Switch/tests/__snapshots__/COldSwitch.spec.js.snap

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)