Custom checkbox

This commit is contained in:
2019-10-22 18:12:24 -05:00
parent 45384081ee
commit 91c732d87d
5 changed files with 93 additions and 11 deletions

View File

@@ -1,6 +1,7 @@
import React from 'react';
import ReactDOM from 'react-dom';
import './index.css';
import './css/checkbox.css';
import App from './App';
import createAppStore from './redux/store/createAppStore';
import {getIPCRenderer} from './utils';