mirror of
https://github.com/ChatGPTNextWeb/NextChat.git
synced 2026-02-06 16:12:09 +08:00
4 lines
80 B
TypeScript
4 lines
80 B
TypeScript
import { Mask } from "./store/mask";
|
|
|
|
export const BUILT_IN_MASKS: Mask[] = [];
|