website refactor
This commit is contained in:
11
apps/website/lib/display-objects/DashboardCountDisplay.ts
Normal file
11
apps/website/lib/display-objects/DashboardCountDisplay.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* DashboardCountDisplay
|
||||
*
|
||||
* Deterministic count formatting for dashboard display.
|
||||
*/
|
||||
|
||||
export class DashboardCountDisplay {
|
||||
static format(count: number): string {
|
||||
return count.toString();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user