Skip to content

Commit

Permalink
Removed unnecesary import
Browse files Browse the repository at this point in the history
  • Loading branch information
OpeOginni committed Oct 31, 2024
1 parent f9f32db commit f5e181a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/playground/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import {
import { useToast } from "@/components/ui/use-toast";
import { api } from "@/convex/_generated/api";
import { Id } from "@/convex/_generated/dataModel";
import { AI_MODELS } from "@/convex/constants";
import { SIGN_IN_ERROR_MESSAGE } from "@/convex/users";
import { useAITesting } from "@/hooks/useAITesting";
import { errorMessage } from "@/lib/utils";
Expand Down

0 comments on commit f5e181a

Please sign in to comment.