aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/user/user-info.ts
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/ClientApp/src/app/user/user-info.ts')
-rw-r--r--Timeline/ClientApp/src/app/user/user-info.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/Timeline/ClientApp/src/app/user/user-info.ts b/Timeline/ClientApp/src/app/user/user-info.ts
deleted file mode 100644
index 490b00ba..00000000
--- a/Timeline/ClientApp/src/app/user/user-info.ts
+++ /dev/null
@@ -1,4 +0,0 @@
-export interface UserInfo {
- username: string;
- roles: string[];
-}