'use client' import React from 'react' export const CustomDashboard: React.FC = () => { return

hello

}