From 6e83c903d2a63dd80b6eb7c4d9f363f7f164f210 Mon Sep 17 00:00:00 2001 From: physcik Date: Mon, 13 Apr 2026 17:38:19 +0500 Subject: backend start --- front/src/Pages/Weapons.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'front/src') diff --git a/front/src/Pages/Weapons.tsx b/front/src/Pages/Weapons.tsx index 8c0160c..d16762c 100644 --- a/front/src/Pages/Weapons.tsx +++ b/front/src/Pages/Weapons.tsx @@ -6,8 +6,13 @@ function WeaponsIndex() { var lang = useContext(LanguageContext); return ( -

{GetLocalizedString("Weapons index", lang)}

+
+

{GetLocalizedString("Weapons index", lang)}

+
); } +function WeaponsType() { +} + export default WeaponsIndex; -- cgit v1.3