import React from 'react';
export default function Dashboard() {
return <div>Welcome to the Helix Admin Dashboard</div>;
}