diff options
| author | Joe Carstairs <me@joeac.net> | 2024-12-12 08:26:53 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-12-12 08:26:53 +0000 |
| commit | 8a30bcbdf9264d235bf93da3df8e170cfde53d02 (patch) | |
| tree | 5f9b6fe956c72b89a89cc936ab86ec1bffc271f5 /gui/src/types/group.ts | |
| parent | 51711fb42a44b452cdf1b4fd6a716d0251f23dda (diff) | |
Removes web GUI
Diffstat (limited to 'gui/src/types/group.ts')
| -rw-r--r-- | gui/src/types/group.ts | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gui/src/types/group.ts b/gui/src/types/group.ts deleted file mode 100644 index 4a04019..0000000 --- a/gui/src/types/group.ts +++ /dev/null @@ -1,8 +0,0 @@ -import { Category } from "./category"; - -interface Group { - name: string; - categories: Category[]; -} - -export { type Group }; |
