From 6c1e2072c8f7a113dad177575dcf4606fad2d1e9 Mon Sep 17 00:00:00 2001 From: "DESKTOP-GBA0BK8\\Admin" Date: Thu, 6 Apr 2023 20:01:07 -0400 Subject: [PATCH] Get stated page --- src/App.js | 3 + src/components/Header.js | 2 +- src/pages/GetStarted.js | 1300 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 1304 insertions(+), 1 deletion(-) create mode 100644 src/pages/GetStarted.js diff --git a/src/App.js b/src/App.js index fc3f99b..be75329 100644 --- a/src/App.js +++ b/src/App.js @@ -16,6 +16,7 @@ import FloatHome from './pages/FloatHome'; import Users from './pages/Users'; import Fleet from './pages/Fleet'; import Privacy from './pages/Privacy'; +import GetStarted from './pages/GetStarted'; @@ -50,9 +51,11 @@ function App() { } /> } /> } /> + } />