generated from muhtadeetaron/nextjs-template
initial commit
This commit is contained in:
13
torpedo/app/dashboard/page.tsx
Normal file
13
torpedo/app/dashboard/page.tsx
Normal file
@ -0,0 +1,13 @@
|
||||
"use client";
|
||||
import React from "react";
|
||||
|
||||
const page = () => {
|
||||
return (
|
||||
<>
|
||||
<h1>Dashboard</h1>
|
||||
<p>Welcome to your dashboard!</p>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default page;
|
||||
Reference in New Issue
Block a user