Add easteregg
This commit is contained in:
@ -6,6 +6,7 @@ import type { Diary, Project, ContentList } from "../../lib/content/types";
|
||||
interface CommandInterfaceCallbacks {
|
||||
setModalVisible?: (visible: boolean) => void;
|
||||
setModalContent?: (content: Project | Diary, selectedPage?: number) => void;
|
||||
setModalHTML?: (html: string) => void;
|
||||
}
|
||||
|
||||
const commandInterface = new CommandInterface();
|
||||
|
Reference in New Issue
Block a user