fix: merge + fixes
This commit is contained in:
parent
7d8a0fcbb2
commit
3c1eb82ce3
20 changed files with 52 additions and 41 deletions
4
common/src/interfaces/theme.ts
Normal file
4
common/src/interfaces/theme.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
export interface Theme {
|
||||
title: string;
|
||||
hruids: string[];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue