Implement new UI

This commit is contained in:
Charles Bochet
2023-04-10 18:04:49 +02:00
parent 58d8d7c090
commit f25f80c199
69 changed files with 473 additions and 1121 deletions
@@ -0,0 +1,5 @@
export interface Workspace {
id: number;
name: string;
logo: string;
}