Skip to content

Commit

Permalink
chore: type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwisecodes committed Nov 18, 2024
1 parent 9c34d0e commit 67511a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import type { ReactNode } from "react";
import { useCallback, useMemo, useState } from "react";

import { aiLogger } from "@oakachat-message/index.tsx:i/logger";
import type {
ActionDocument,
BadDocument,
Expand All @@ -20,6 +19,7 @@ import type {
import { parseMessageParts } from "@oakai/aila/src/protocol/jsonPatchProtocol";
import { isSafe } from "@oakai/core/src/utils/ailaModeration/helpers";
import type { PersistedModerationBase } from "@oakai/core/src/utils/ailaModeration/moderationSchema";
import { aiLogger } from "@oakai/logger";
import type { Message } from "ai";

import { MemoizedReactMarkdownWithStyles } from "@/components/AppComponents/Chat/markdown";
Expand Down

0 comments on commit 67511a0

Please sign in to comment.