chore(plugins): unregister document-mode from bundled plugins

This commit is contained in:
Johannes Millan 2026-05-23 12:48:19 +02:00
parent 7a93265281
commit b0cae69ffe

View file

@ -57,7 +57,6 @@ const BUNDLED_PLUGIN_PATHS = [
'assets/bundled-plugins/voice-reminder',
'assets/bundled-plugins/google-calendar-provider',
'assets/bundled-plugins/caldav-calendar-provider',
'assets/bundled-plugins/document-mode',
] as const;
@Injectable({