generated from muhtadeetaron/nextjs-template
initial commit
This commit is contained in:
7
torpedo/app/dashboard/settings/page.tsx
Normal file
7
torpedo/app/dashboard/settings/page.tsx
Normal file
@ -0,0 +1,7 @@
|
||||
import React from "react";
|
||||
|
||||
const page = () => {
|
||||
return <div>Settings</div>;
|
||||
};
|
||||
|
||||
export default page;
|
||||
Reference in New Issue
Block a user