Remove clutter
This commit is contained in:
parent
81c7e0c984
commit
439de6a264
9 changed files with 12 additions and 16 deletions
|
|
@ -79,7 +79,7 @@ class NavStore {
|
|||
export const nav = new NavStore();
|
||||
|
||||
// Toasts
|
||||
export interface Toast {
|
||||
interface Toast {
|
||||
id: number;
|
||||
message: string;
|
||||
type: "success" | "error" | "info";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue