Fix compiler errors

This commit is contained in:
2023-08-31 16:02:25 +02:00
parent f4937c3739
commit ffe37e451f
11 changed files with 14 additions and 47 deletions

View File

@ -1,5 +1,5 @@
import { type Editor } from "../main";
import { makeExampleFactory, key_shortcut } from "../Documentation";
import { makeExampleFactory } from "../Documentation";
export const ziffers = (application: Editor): string => {
const makeExample = makeExampleFactory(application);