first commit
This commit is contained in:
7
src/app/(Admin)/dashboard/settings/page.js
Normal file
7
src/app/(Admin)/dashboard/settings/page.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import { redirect } from "next/navigation";
|
||||
|
||||
const Settings = () => {
|
||||
redirect("/dashboard/settings/general");
|
||||
};
|
||||
|
||||
export default Settings;
|
||||
Reference in New Issue
Block a user