diff --git a/react-client/src/App.jsx b/react-client/src/App.jsx index b3f532d..a85fa89 100644 --- a/react-client/src/App.jsx +++ b/react-client/src/App.jsx @@ -1,11 +1,11 @@ import React, { useState, useEffect } from 'react' import promo_data from "./assets/promo.json"; -import Promotion from "./components/Promotion"; import Footer from "./components/Footer"; import Search from "./components/Search"; import Home from "./components/Home"; import About from "./components/About"; -import Featured from "./components/Featured" +import Featured from "./components/Featured"; +import AddSock from "./components/AddSock"; import { BrowserRouter as Router, @@ -71,19 +71,10 @@ export default function App() { About -
  • - - -
  • - Disabled + + Add a Sock +
  • @@ -99,6 +90,7 @@ export default function App() { }/> }/> + }/>