Move styles into Vite

Make sidebar work better
This commit is contained in:
jude
2024-02-25 09:50:10 +00:00
parent 6254f91841
commit 5f6326179c
13 changed files with 1286 additions and 709 deletions

View File

@ -8,6 +8,7 @@ type UserInfo = {
};
export type GuildInfo = {
id: string;
patreon: boolean;
name: string;
error?: string;