Use useMessages hook everywhere.

This commit is contained in:
Mike Cao 2023-03-22 14:05:55 -07:00
parent f3e1f18e1b
commit 9ddb8b5d25
73 changed files with 180 additions and 275 deletions

View file

@ -15,7 +15,6 @@ body {
flex: 1;
color: var(--font-color100);
background: var(--base50);
overflow: hidden;
}
*,
@ -63,5 +62,4 @@ svg {
flex: 1;
width: 100%;
height: 100%;
overflow: hidden;
}