Skip to content
Snippets Groups Projects
Commit 999c145f authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

unused

parent df75c1d9
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ const App = () => {
{/* Header and PageContent */}
<Routes>
{Object.entries(pathMapping).map(
([path, {component: Component, header: Head, name}]) => (
([path, {component: Component, header: Head}]) => (
<Route
key={path}
path={path}
......
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