initial launch

This commit is contained in:
2025-02-23 19:35:44 -06:00
parent ce334cb7fd
commit 12101ce409
18 changed files with 159 additions and 247 deletions

View File

@@ -1,6 +1,5 @@
import { User } from '@microsoft/microsoft-graph-types';
export interface AppContextState {
featureFlags: { key: string; enabled: boolean }[];
userProfile: User;
}