Skip to content

Commit

Permalink
Stop using hooks directory
Browse files Browse the repository at this point in the history
  • Loading branch information
delasy committed Nov 8, 2024
1 parent fd92050 commit 7ba21a3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/play/[level]/test-mode.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { useState } from "react";
import { ReloadIcon } from "@radix-ui/react-icons";
import { useAITesting } from "@/components/AITesting";
import { Map } from "@/components/Map";
import { Visualizer } from "@/components/Visualizer";
import { Button } from "@/components/ui/button";
Expand All @@ -11,7 +12,6 @@ import {
SelectValue,
} from "@/components/ui/select";
import { AI_MODELS } from "@/convex/constants";
import { useAITesting } from "@/hooks/useAITesting";

interface TestModeProps {
level: number;
Expand Down
2 changes: 1 addition & 1 deletion app/playground/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {
} from "lucide-react";
import Link from "next/link";
import { useSearchParams } from "next/navigation";
import { useAITesting } from "@/components/AITesting";
import { Map } from "@/components/Map";
import { MapStatus } from "@/components/MapStatus";
import { ModelSelector } from "@/components/ModelSelector";
Expand All @@ -29,7 +30,6 @@ import { useToast } from "@/components/ui/use-toast";
import { api } from "@/convex/_generated/api";
import { Id } from "@/convex/_generated/dataModel";
import { SIGN_IN_ERROR_MESSAGE } from "@/convex/users";
import { useAITesting } from "@/hooks/useAITesting";
import { errorMessage } from "@/lib/utils";
import { ZombieSurvival } from "@/simulator";

Expand Down
File renamed without changes.

0 comments on commit 7ba21a3

Please sign in to comment.