mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-11 20:43:42 +08:00
4 lines
80 B
TypeScript
4 lines
80 B
TypeScript
import { Mask } from "./store/mask";
|
|
|
|
export const BUILT_IN_MASKS: Mask[] = [];
|