aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Data/AWC.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Data/AWC.ts')
-rw-r--r--src/lib/Data/AWC.ts12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/lib/Data/AWC.ts b/src/lib/Data/AWC.ts
deleted file mode 100644
index 1237eaa0..00000000
--- a/src/lib/Data/AWC.ts
+++ /dev/null
@@ -1,12 +0,0 @@
-export interface AWCBadge {
- link: string;
- description: string;
- image: string;
- source: string;
- designer: string;
-}
-
-export interface AWCBadgesGroup {
- group: string;
- badges: AWCBadge[];
-}