Comprehensive review changes

This commit is contained in:
seavor 2026-04-20 18:58:40 -05:00
parent 3aa8c654cc
commit 6074d9d6e4
143 changed files with 2661 additions and 1535 deletions

View file

@ -7,7 +7,7 @@ function Decks() {
return (
<Layout>
<AuthGuard />
<span>"Decks"</span>
<span>Decks</span>
</Layout>
);
}