Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
SuveenE committed Jan 21, 2025
1 parent ed4fe2c commit 2c21752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import GitHubLink from "@/components/GitHubLink";
import CustomGameDialog from "@/components/CustomGameDialog";
import { Switch } from "@/components/ui/switch";
import { WORD_LIST } from "@/data/wordsList";
import testGame from "@/data/testGame7.json";
import testGame from "@/data/testGame2.json";
import { ClueResponse, GuessResponse } from "@/types/requests";
import { getStoredApiKey } from "@/utils/encryption";
import ApiKeyDialog from "@/components/ApiKeyDialog";
Expand Down

0 comments on commit 2c21752

Please sign in to comment.