summaryrefslogtreecommitdiff
path: root/src/components/Switch.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Switch.js')
-rw-r--r--src/components/Switch.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Switch.js b/src/components/Switch.js
index f956b6d..8062af2 100644
--- a/src/components/Switch.js
+++ b/src/components/Switch.js
@@ -1,7 +1,7 @@
import React from 'react';
import PropTypes from 'prop-types';
-import s0 from 'c/Switch.module.scss';
+import s0 from 'c/Switch.module.css';
const noop = () => {};
function Switch({ checked = false, onChange = noop, name = '' }) {