pique/frontend/main.ts

3 lines
71 B
TypeScript
Raw Normal View History

import { makeEditor } from './editor';
window.makeEditor = makeEditor;