diff options
Diffstat (limited to 'front')
| -rw-r--r-- | front/src/Pages/Weapons.tsx | 7 |
1 files changed, 6 insertions, 1 deletions
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 ( - <h1> {GetLocalizedString("Weapons index", lang)} </h1> + <div> + <h1> {GetLocalizedString("Weapons index", lang)} </h1> + </div> ); } +function WeaponsType() { +} + export default WeaponsIndex; |
