From 8027619699137c8c927d8176d98ae478ac5b305a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Macio=C5=82ek?= Date: Thu, 4 Apr 2024 21:46:38 +0200 Subject: [PATCH] more tests data --- src/App.tsx | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index d1171d1..a5f8c0f 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -20,6 +20,31 @@ function App() { filePath: "script.js", active: false, }, + { + name: "README.md", + filePath: "README.md", + active: false, + }, + { + name: "package.json", + filePath: "package.json", + active: false, + }, + { + name: "tsconfig.json", + filePath: "tsconfig.json", + active: false, + }, + { + name: "webpack.config.js", + filePath: "webpack.config.js", + active: false, + }, + { + name: "babel.config.json", + filePath: "babel.config.json", + active: false, + }, ]); return (