fix(app): standardize the Vim settings switch

This commit is contained in:
Mohamed Boudra
2026-07-21 20:31:12 +02:00
parent d27c7ad590
commit 2cc1886a6b

View File

@@ -1,9 +1,10 @@
import { Switch, Text, View } from "react-native";
import { useCallback } from "react";
import { useTranslation } from "react-i18next";
import { Text, View } from "react-native";
import { Switch } from "@/components/ui/switch";
import { useAppSettings } from "@/hooks/use-settings";
import { SettingsSection } from "./settings-section";
import { settingsStyles } from "@/styles/settings";
import { SettingsSection } from "./settings-section";
export function EditorSection() {
const { t } = useTranslation();