Cleaning sample
This commit is contained in:
parent
e911fca415
commit
2e74dfc735
|
@ -1,10 +0,0 @@
|
||||||
/* tslint:disable */
|
|
||||||
require('./TodoContainer.module.css');
|
|
||||||
const styles = {
|
|
||||||
todo: 'todo_52d2595f',
|
|
||||||
topRow: 'topRow_52d2595f',
|
|
||||||
todoHeading: 'todoHeading_52d2595f',
|
|
||||||
};
|
|
||||||
|
|
||||||
export default styles;
|
|
||||||
/* tslint:enable */
|
|
|
@ -1,11 +0,0 @@
|
||||||
/* tslint:disable */
|
|
||||||
require('./TodoForm.module.css');
|
|
||||||
const styles = {
|
|
||||||
todoForm: 'todoForm_aa318025',
|
|
||||||
textField: 'textField_aa318025',
|
|
||||||
addButtonCell: 'addButtonCell_aa318025',
|
|
||||||
addButton: 'addButton_aa318025',
|
|
||||||
};
|
|
||||||
|
|
||||||
export default styles;
|
|
||||||
/* tslint:enable */
|
|
|
@ -1,8 +0,0 @@
|
||||||
/* tslint:disable */
|
|
||||||
require('./TodoList.module.css');
|
|
||||||
const styles = {
|
|
||||||
todoList: 'todoList_41f4ba92',
|
|
||||||
};
|
|
||||||
|
|
||||||
export default styles;
|
|
||||||
/* tslint:enable */
|
|
|
@ -1,12 +0,0 @@
|
||||||
/* tslint:disable */
|
|
||||||
require('./TodoListItem.module.css');
|
|
||||||
const styles = {
|
|
||||||
todoListItem: 'todoListItem_fee4d636',
|
|
||||||
itemTaskRow: 'itemTaskRow_fee4d636',
|
|
||||||
deleteButton: 'deleteButton_fee4d636',
|
|
||||||
checkbox: 'checkbox_fee4d636',
|
|
||||||
isCompleted: 'isCompleted_fee4d636',
|
|
||||||
};
|
|
||||||
|
|
||||||
export default styles;
|
|
||||||
/* tslint:enable */
|
|
Loading…
Reference in New Issue