diff --git a/src/App.tsx b/src/App.tsx index bec0ac516..da45588fa 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,4 +1,3 @@ -/* eslint-disable jsx-a11y/control-has-associated-label */ import React from 'react'; import { Header } from './components/Header/Header'; import { Todos } from './components/Todos/Todos';