Skip to content

Commit 322adb8

Browse files
committed
fix(docs): Name not defined
1 parent f0fb4f1 commit 322adb8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pages/Documentation.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Routes, Route, Outlet, Link } from "react-router-dom";
1+
import { Routes, Route, Link } from "react-router-dom";
22
import Breadcrumbs from "../components/Breadcrumbs";
33
import DocsSidebar from "../components/DocsSidebar";
44
import { Routes as DocsRoutes } from "../docs";
@@ -28,7 +28,6 @@ const Documentation: React.FC = () => {
2828
<li key={route.slug}>
2929
<Link to={`/docs${routeGroup.slug}${route.slug}`}>
3030
<h3>{route.name}</h3>
31-
3231
<p>{route.desc}</p>
3332
</Link>
3433
</li>

0 commit comments

Comments
 (0)