Skip to content

Commit 57ec6c3

Browse files
Merge pull request #24 from AliNikseresht/dev
fix bug in build time
2 parents a6723e0 + e94bf31 commit 57ec6c3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/routes/router.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import RegisterPage from "../pages/auth/register/RegisterPage";
44
import TrendPage from "../pages/Trend/TrendPage";
55
import AboutPage from "../pages/About/AboutPage";
66
import ViewBlog from "../pages/Blogs/ViewBlog";
7-
import EditBlog from "../pages/Blogs/EditBlog";
87
import CreateBlog from "../pages/Blogs/CreateBlog";
98
import UserProfile from "../pages/Profile/UserProfile";
109

@@ -53,9 +52,4 @@ export const privateMainRoutes: MainRoute[] = [
5352
element: <ViewBlog />,
5453
title: "View",
5554
},
56-
{
57-
path: "/blog/:id/edit",
58-
element: <EditBlog />,
59-
title: "Edit",
60-
},
6155
];

0 commit comments

Comments
 (0)