Move styles into Vite
Make sidebar work better
This commit is contained in:
@ -8,6 +8,7 @@ type UserInfo = {
|
||||
};
|
||||
|
||||
export type GuildInfo = {
|
||||
id: string;
|
||||
patreon: boolean;
|
||||
name: string;
|
||||
error?: string;
|
||||
|
Reference in New Issue
Block a user