atlp-rwanda/hackers-ec-Fe

View on GitHub
src/pages/Admin/Dashboard.tsx

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
const AdminDashboard = () => {
    return (
        <div className="content h-full pl-5 ipad:pl-0 w-full">Admin dashboard</div>
    );
};

export default AdminDashboard;