diff --git a/samples/react-todo-basic/src/webparts/todo/components/TodoContainer/TodoContainer.module.scss.ts b/samples/react-todo-basic/src/webparts/todo/components/TodoContainer/TodoContainer.module.scss.ts deleted file mode 100644 index a6fc39552..000000000 --- a/samples/react-todo-basic/src/webparts/todo/components/TodoContainer/TodoContainer.module.scss.ts +++ /dev/null @@ -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 */ \ No newline at end of file diff --git a/samples/react-todo-basic/src/webparts/todo/components/TodoForm/TodoForm.module.scss.ts b/samples/react-todo-basic/src/webparts/todo/components/TodoForm/TodoForm.module.scss.ts deleted file mode 100644 index 6a044bad5..000000000 --- a/samples/react-todo-basic/src/webparts/todo/components/TodoForm/TodoForm.module.scss.ts +++ /dev/null @@ -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 */ \ No newline at end of file diff --git a/samples/react-todo-basic/src/webparts/todo/components/TodoList/TodoList.module.scss.ts b/samples/react-todo-basic/src/webparts/todo/components/TodoList/TodoList.module.scss.ts deleted file mode 100644 index a4d637118..000000000 --- a/samples/react-todo-basic/src/webparts/todo/components/TodoList/TodoList.module.scss.ts +++ /dev/null @@ -1,8 +0,0 @@ -/* tslint:disable */ -require('./TodoList.module.css'); -const styles = { - todoList: 'todoList_41f4ba92', -}; - -export default styles; -/* tslint:enable */ \ No newline at end of file diff --git a/samples/react-todo-basic/src/webparts/todo/components/TodoListItem/TodoListItem.module.scss.ts b/samples/react-todo-basic/src/webparts/todo/components/TodoListItem/TodoListItem.module.scss.ts deleted file mode 100644 index f0d673811..000000000 --- a/samples/react-todo-basic/src/webparts/todo/components/TodoListItem/TodoListItem.module.scss.ts +++ /dev/null @@ -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 */ \ No newline at end of file