Skip to content
Snippets Groups Projects
Commit ed87a0ba authored by Chayarat Wangweera's avatar Chayarat Wangweera
Browse files

Update file App.tsx

parent 38b5cf9d
No related branches found
No related tags found
No related merge requests found
Pipeline #382997 failed
......@@ -4,7 +4,6 @@ import { Route, Routes } from "react-router-dom";
import { Footer, Header, Navbar, NotFound } from "../../components";
import { getPathMapping, stringToSlug } from "../../utils";
import { useEffect } from "react";
import { Description } from "../Description"; // Import the Description component
const App = () => {
const pathMapping = getPathMapping();
......@@ -56,17 +55,6 @@ const App = () => {
</>
}
/>
<Route
path="/description"
element={
<>
<Header title="Description" lead="Project Description" />
<div className="container">
<Description />
</div>
</>
}
/>
</Routes>
{/* Footer */}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment