From 6664c9894e17e5910b11e792a0064bf9e57eae9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Przy=C5=82uski?= Date: Thu, 10 Oct 2024 14:32:36 +0200 Subject: [PATCH] chore: deploy actual version of page --- src/App.tsx | 1 - 1 file changed, 1 deletion(-) 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';