diff --git a/src/App.jsx b/src/App.jsx index a639d0f..46f7008 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -7,6 +7,7 @@ import UConnFooter from './UConnFooter'; import Home from './Home' import About from './About' import Contact from './Contact' +import Checkout from './Checkout' import Pricing from './Pricing' function App() { @@ -20,6 +21,7 @@ function App() { } /> } /> } /> + } />