Initialize project

This commit is contained in:
ariari04 2024-08-14 14:06:41 +06:00
parent 9ddf055aba
commit 238a3ef8d0

View File

@ -10,7 +10,6 @@ export const LINKS = () => {
{ id: 3, pagename: t("support"), pathname: "/support" },
{ id: 4, pagename: t("statistics"), pathname: "/statistics" },
{ id: 5, pagename: t("news"), pathname: "/news" },
{ id: 6, pagename: t("volunteers"), pathname: "/volunteers" },
];
return LINKS;