From 38f43901eef133626cf57373d1a1f8b2dfd56790 Mon Sep 17 00:00:00 2001 From: Andrzej Stepien Date: Tue, 4 Jul 2023 00:04:23 +0200 Subject: [PATCH] added tests --- public/index.html | 2 ++ src/App.js | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index aa069f2..eb020eb 100644 --- a/public/index.html +++ b/public/index.html @@ -39,5 +39,7 @@ To begin the development, run `npm start` or `yarn start`. To create a production bundle, use `npm run build` or `yarn build`. --> + + diff --git a/src/App.js b/src/App.js index ceb00cb..f99674f 100644 --- a/src/App.js +++ b/src/App.js @@ -1,4 +1,3 @@ -import logo from './logo.svg'; import './App.css'; function App() {