import { Preferences } from "@/_components/Preferences"; const Settings = () => { return (
); }; export default Settings;