refactor(chat): reorganize helper functions and update imports
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import { type DoneActorEvent } from "xstate";
|
||||
|
||||
import { applyPromotionUnlockOutput } from "../helper/promotion";
|
||||
import {
|
||||
applyPromotionUnlockOutput,
|
||||
applySingleUnlockOutput,
|
||||
countLockedHistoryMessages,
|
||||
type UnlockMessageOutput,
|
||||
} from "../chat-machine.helpers";
|
||||
} from "../helper/unlock";
|
||||
import type { UnlockHistoryOutput } from "./actors/unlock";
|
||||
import { sendMachineSetup } from "./send-flow";
|
||||
import { createChatActorActionSetup } from "./setup";
|
||||
|
||||
Reference in New Issue
Block a user