a4603525aa
note: - ActiveUsersChart is kept - backend can be further refactored
3 lines
152 B
TypeScript
3 lines
152 B
TypeScript
import { entity as ActiveUsersChart } from "./charts/entities/active-users.js";
|
|
|
|
export const entities = [ActiveUsersChart.hour, ActiveUsersChart.day];
|