From 05665d659d64fdc0b308c9f0bd309e24e5eed4ac Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Fri, 20 Oct 2023 14:13:48 +0100 Subject: [PATCH] revert to initial commit --- src/App.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.js b/src/App.js index 17c4d9e..cdfb2c3 100644 --- a/src/App.js +++ b/src/App.js @@ -19,6 +19,7 @@ import Coverage from './components/Coverage'; import CookiesAuthorization from './components/CookiesAuthorization'; function App() { + return (
-- 2.34.1