website-builder-frontend/app/dashboard/page.tsx
S M Fahim Hossen 85a8bf6903 project setup
2025-09-07 11:36:05 +06:00

5 lines
94 B
TypeScript

import React from "react";
export default function Page() {
return <div>Dashboard</div>;
}