diff options
| author | Elizabeth Hunt <me@liz.coffee> | 2026-01-05 00:27:43 -0800 |
|---|---|---|
| committer | Elizabeth Hunt <me@liz.coffee> | 2026-01-05 00:27:43 -0800 |
| commit | 35852924f88c0a0f9bd65111a8943e9ff4269efe (patch) | |
| tree | f91f77b59afd2d03f834fc343fd6134d055797a3 /src/ts/editor-standalone.ts | |
| parent | 241881995aa912dfec660ad1d50fc34807fc966d (diff) | |
| download | adelie-35852924f88c0a0f9bd65111a8943e9ff4269efe.tar.gz adelie-35852924f88c0a0f9bd65111a8943e9ff4269efe.zip | |
Editor update
Diffstat (limited to 'src/ts/editor-standalone.ts')
| -rw-r--r-- | src/ts/editor-standalone.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ts/editor-standalone.ts b/src/ts/editor-standalone.ts index 45e6573..905a3cf 100644 --- a/src/ts/editor-standalone.ts +++ b/src/ts/editor-standalone.ts @@ -1,3 +1,4 @@ +import type { EditorView } from 'codemirror'; import { createEditor, setEditorTheme } from './editor'; // Global API |
