From 175ddca375cef765cec8ca5bbc527a205c40bf25 Mon Sep 17 00:00:00 2001 From: polwex Date: Tue, 3 Jun 2025 15:41:31 +0700 Subject: preeeeettty much done FUCK YES --- src/lib/calls/nlp.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/calls/nlp.ts') diff --git a/src/lib/calls/nlp.ts b/src/lib/calls/nlp.ts index f19c976..1e84e93 100644 --- a/src/lib/calls/nlp.ts +++ b/src/lib/calls/nlp.ts @@ -1,4 +1,5 @@ import { SyllableRes } from "../types/cards"; +import { randomFromArray } from "../utils"; export type ThaiNLPRes = { word: string; -- cgit v1.2.3