mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-27 21:33:41 +02:00
* Revert "fix(chat): prevent UI flicker when streaming response finalizes (#1583)" This reverts commit71cc646951. * Revert "fix(chat): prevent chatbox jump when sending first message (#1582)" This reverts commitbb767e0ea6. * Revert "feat(chat): Chat V2 — sidebar entry + main-area page (#1580)" This reverts commit35aca57939.
7 lines
247 B
TypeScript
7 lines
247 B
TypeScript
/// <reference types="next" />
|
|
/// <reference types="next/image-types/global" />
|
|
import "./.next/types/routes.d.ts";
|
|
|
|
// NOTE: This file should not be edited
|
|
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|