update spaces to tabs

This commit is contained in:
smthbh 2025-06-21 16:30:35 -04:00
parent bf2672cc94
commit 9d38906f95

View file

@ -24,9 +24,9 @@ export interface IIframeModeConfig {
} }
export interface IFeatureFlags { export interface IFeatureFlags {
enableQuestsPage: boolean; enableQuestsPage: boolean;
enableReputationPage: boolean; enableReputationPage: boolean;
enableSkillsPage: boolean; enableSkillsPage: boolean;
} }
export class Config { export class Config {