import { DashboardService, IDashboardService } from "./DashboardService"; export const dashboardService: IDashboardService = new DashboardService();