import { redirect } from "next/navigation"; const Settings = () => { redirect("/dashboard/settings/general"); }; export default Settings;