diff --git a/src/App.js b/src/App.js index 401664d..5da5f07 100644 --- a/src/App.js +++ b/src/App.js @@ -16,6 +16,7 @@ import CafePage from "./pages/CafePage"; import SearchResult from "./pages/SearchResult"; import Cart from "./pages/Cart"; import Invoice from "./pages/Invoice"; +import Transactions from "./pages/Transactions"; import Footer from "./components/Footer"; import GuestSideLogin from "./pages/GuestSideLogin"; @@ -290,6 +291,23 @@ function App() { } /> + + +