From a7d299d59fefda1e48dc38d0910881a3fcc36065 Mon Sep 17 00:00:00 2001 From: mikwee Date: Sat, 9 Oct 2021 17:52:42 +0300 Subject: [PATCH] Project created, JSON imported --- src/App.js | 16 ++-------------- src/roots.json | 0 yarn.lock | 6 +++--- 3 files changed, 5 insertions(+), 17 deletions(-) create mode 100644 src/roots.json diff --git a/src/App.js b/src/App.js index 3784575..56e08ca 100644 --- a/src/App.js +++ b/src/App.js @@ -1,23 +1,11 @@ import logo from './logo.svg'; import './App.css'; +import roots from './roots.json' function App() { return (
-
- logo -

- Edit src/App.js and save to reload. -

- - Learn React - -
+
); } diff --git a/src/roots.json b/src/roots.json new file mode 100644 index 0000000..e69de29 diff --git a/yarn.lock b/yarn.lock index 9050a4d..82861ec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3100,9 +3100,9 @@ caniuse-api@^3.0.0: lodash.uniq "^4.5.0" caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.30001181: - version "1.0.30001191" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001191.tgz#bacb432b6701f690c8c5f7c680166b9a9f0843d9" - integrity sha512-xJJqzyd+7GCJXkcoBiQ1GuxEiOBCLQ0aVW9HMekifZsAVGdj5eJ4mFB9fEhSHipq9IOk/QXFJUiIr9lZT+EsGw== + version "1.0.30001265" + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001265.tgz" + integrity sha512-YzBnspggWV5hep1m9Z6sZVLOt7vrju8xWooFAgN6BA5qvy98qPAPb7vNUzypFaoh2pb3vlfzbDO8tB57UPGbtw== capture-exit@^2.0.0: version "2.0.0"