Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Jan 17, 2025
1 parent a53bcb7 commit df26711
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { nudelAlert } from './alert.js';
import { nudelConfirm } from './confirm.js';
import { applySettingsToNudel } from './settings.js';
import { PastaMirror } from './editor.js';
import { clearInlineErrors } from './error.js';
import './style.css';

export const pastamirror = new PastaMirror();
Expand Down

0 comments on commit df26711

Please sign in to comment.