diff --git a/package.json b/package.json index f547244..8a72812 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ "react": "^17.0.0", "react-dom": "^17.0.0", "react-router-dom": "^5.2.0", - "react-scripts": "3.4.4" + "react-scripts": "3.4.4", + "styled-components": "^5.2.0" }, "scripts": { "start": "react-scripts start", @@ -38,6 +39,8 @@ "@types/react": "^16.9.53", "@types/react-dom": "^16.9.8", "@types/react-router-dom": "^5.1.6", + "@types/styled-components": "^5.1.4", + "babel-plugin-styled-components": "^1.11.1", "typescript": "^4.0.3" } } diff --git a/src/components/TodoList.tsx b/src/components/TodoList.tsx index 541f2fe..0f36bcf 100644 --- a/src/components/TodoList.tsx +++ b/src/components/TodoList.tsx @@ -7,8 +7,6 @@ interface Props { export const TodoList: FC = ({ todos }) => (
-

Your tasks

-

Hi there!