ui: fix global styles

This commit is contained in:
Matthew Penner 2021-07-13 15:58:44 -06:00
parent ef5380e59d
commit 2d412e66ac
9 changed files with 253 additions and 238 deletions

View file

@ -4,11 +4,11 @@ export interface VersionData {
panel: {
current: string;
latest: string;
};
}
wings: {
latest: string;
};
}
git: string | null;
}