Skip to content

Commit

Permalink
Merge pull request #24 from nairobi-gophers/pdf-fix
Browse files Browse the repository at this point in the history
removed unwanted pages and code of  SponsorshipRedirect
  • Loading branch information
nutcas3 authored Jul 1, 2024
2 parents 9537b91 + 005f261 commit bb06268
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions frontend/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import './index.css'
import {createBrowserRouter, RouterProvider} from "react-router-dom";
import Home from "./pages/Home.tsx";
import Error from "./pages/Error.tsx";
import SponsorshipRedirect from './pages/SponsorshipRedirect';


const router = createBrowserRouter([
Expand All @@ -13,10 +12,6 @@ const router = createBrowserRouter([
element: <Home />,
errorElement: <Error />,
},
{
path: "/sponsorship",
element: <SponsorshipRedirect />,
},
]);

ReactDOM.createRoot(document.getElementById('root')!).render(
Expand Down

0 comments on commit bb06268

Please sign in to comment.