From 776e3b998ae1fee4d1063f2f95fd29fb5641aaf0 Mon Sep 17 00:00:00 2001 From: DVGY Date: Sat, 21 Oct 2023 22:11:05 +0530 Subject: [PATCH] add trips --- client/src/App.tsx | 2 +- package-lock.json | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 package-lock.json diff --git a/client/src/App.tsx b/client/src/App.tsx index acdd79f..8395adb 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -29,7 +29,7 @@ function App(): JSX.Element { } /> } /> } /> - + } /> } /> } /> diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..97ef2f3 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "tours", + "lockfileVersion": 3, + "requires": true, + "packages": {} +}