blob: cdb496fc49f5edefdf5a34ecf6d6e2d3583870e8 [file] [log] [blame]
export class Settings {
static readonly tableHeaderHeight = 40;
static readonly tableRowHeight = 50;
static readonly helixAPI = '/api/helix';
static readonly userAPI = '/api/user';
}