import { ChannelSettings } from "@/components/Settings/ChannelSettings"; import { LatticeSettings } from "@/components/Settings/LatticeSettings"; import { ShardSettings } from "@/components/Settings/ShardSettings"; import { View } from "react-native"; export const Settings = () => { return ( ); };