mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
fix(app): standardize the Vim settings switch
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user