helix/src/pages/Dashboard.jsx

5 lines
124 B
React
Raw Normal View History

2025-08-01 08:00:35 +05:30
import React from 'react';
export default function Dashboard() {
return <div>Welcome to the Helix Admin Dashboard</div>;
2025-08-01 08:00:35 +05:30
}