Front: Play Page: add SlideView

This commit is contained in:
Arthi-chaud
2023-01-25 13:39:15 +00:00
parent a2072644d6
commit b0d63b02fc
5 changed files with 19 additions and 28 deletions
-1
View File
@@ -2,7 +2,6 @@ import { Text } from "native-base";
import { translate } from "../i18n/i18n";
import { en } from "../i18n/Translations";
import { RootState, useSelector } from "../state/Store";
import { Text } from "native-base";
type TranslateProps = {
translationKey: keyof typeof en;