This commit is contained in:
2023-07-19 16:21:21 +01:00
parent 06b9dba09b
commit d292e658fc
23 changed files with 496 additions and 238 deletions

View File

@ -22,7 +22,6 @@ import ErrorPage from "Pages/ErrorPage";
import VerificationPage from "Pages/Verification";
import MessagesPage from "Pages/MessagesPage";
import DonatePage from "Pages/DonatePage";
import HashTagsPage from "Pages/HashTagsPage";
import SearchPage from "Pages/SearchPage";
import HelpPage from "Pages/HelpPage";
import { NewUserRoutes } from "Pages/new";
@ -132,10 +131,6 @@ export const router = createBrowserRouter([
path: "/donate",
element: <DonatePage />,
},
{
path: "/t/:tag",
element: <HashTagsPage />,
},
{
path: "/search/:keyword?",
element: <SearchPage />,