Settings and notifications

This commit is contained in:
Max Lynch
2020-12-24 17:24:38 -06:00
parent 06c1a8f71d
commit 0b31a80d02
9 changed files with 253 additions and 5 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
const Toggle = () => <div></div>;
import ReactToggle from 'react-toggle';
const Toggle = props => <ReactToggle {...props} icons={false} />;
export default Toggle;