We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6723e0 + e94bf31 commit 57ec6c3Copy full SHA for 57ec6c3
src/routes/router.tsx
@@ -4,7 +4,6 @@ import RegisterPage from "../pages/auth/register/RegisterPage";
4
import TrendPage from "../pages/Trend/TrendPage";
5
import AboutPage from "../pages/About/AboutPage";
6
import ViewBlog from "../pages/Blogs/ViewBlog";
7
-import EditBlog from "../pages/Blogs/EditBlog";
8
import CreateBlog from "../pages/Blogs/CreateBlog";
9
import UserProfile from "../pages/Profile/UserProfile";
10
@@ -53,9 +52,4 @@ export const privateMainRoutes: MainRoute[] = [
53
52
element: <ViewBlog />,
54
title: "View",
55
},
56
- {
57
- path: "/blog/:id/edit",
58
- element: <EditBlog />,
59
- title: "Edit",
60
- },
61
];
0 commit comments