style: apply prettier formatting across codebase

This commit is contained in:
jessy-david-dev
2026-04-11 22:25:34 +02:00
parent b76fbf8789
commit d268905f2d
27 changed files with 2092 additions and 828 deletions
+9 -1
View File
@@ -1,4 +1,12 @@
export type Screen = "home" | "lobby" | "game" | "solo" | "profile" | "leaderboard" | "daily" | "blitz";
export type Screen =
| "home"
| "lobby"
| "game"
| "solo"
| "profile"
| "leaderboard"
| "daily"
| "blitz";
export type WikiArticle = {
title: string;