first commit
This commit is contained in:
10
app/(panel)/dashboard/page.tsx
Normal file
10
app/(panel)/dashboard/page.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { API_URL } from "@/core/constant";
|
||||
|
||||
export default async function Page() {
|
||||
|
||||
|
||||
return (
|
||||
<>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user