We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d82812d commit be8d1e3Copy full SHA for be8d1e3
apps/social-polling/src/app/api/polls/create/route.ts
@@ -1,7 +1,7 @@
1
import OpenAI from "openai";
2
import { z } from "zod";
3
4
-import { createIdFromString } from "@theliaison/ui";
+import { createIdFromString } from "~/lib/utils";
5
6
import { env } from "~/env";
7
import { createClient } from "~/utils/supabase/server";
0 commit comments