diff --git a/frontend/public/auth-bg.png b/frontend/public/auth-bg.png new file mode 100644 index 0000000..48750db Binary files /dev/null and b/frontend/public/auth-bg.png differ diff --git a/frontend/public/owner.jpg b/frontend/public/owner.jpg new file mode 100644 index 0000000..75e08cd Binary files /dev/null and b/frontend/public/owner.jpg differ diff --git a/frontend/src/App.js b/frontend/src/App.js index 396efb3..b069021 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -9,6 +9,7 @@ import Sprite from "./pages/Sprite"; import ShakeBeer from "./pages/ShakeBeer"; import Admin from "./pages/Admin"; import AuthForm from "./pages/AuthForm"; +import OurStory from "./pages/OurStory"; function App() { return ( @@ -22,6 +23,7 @@ function App() { } /> } /> } /> + } />