aboutsummaryrefslogtreecommitdiff
path: root/front-end/src/views/Blog/ckeditor
diff options
context:
space:
mode:
Diffstat (limited to 'front-end/src/views/Blog/ckeditor')
-rw-r--r--front-end/src/views/Blog/ckeditor/Editor.vue6
1 files changed, 2 insertions, 4 deletions
diff --git a/front-end/src/views/Blog/ckeditor/Editor.vue b/front-end/src/views/Blog/ckeditor/Editor.vue
index c3d637c..5bbf1cb 100644
--- a/front-end/src/views/Blog/ckeditor/Editor.vue
+++ b/front-end/src/views/Blog/ckeditor/Editor.vue
@@ -75,13 +75,11 @@ import { useSessionStorage } from '@vueuse/core';
import { tryOnMounted } from '@vueuse/shared';
import { apiCall } from '@vnuge/vnlib.browser';
import { Popover, PopoverButton, PopoverPanel, Switch } from '@headlessui/vue'
-import { BlogState } from '../blog-api'
import { Converter } from 'showdown'
-
-//Import the editor config
+import { BlogState } from '../blog-api'
import { useCkConfig } from './build.ts'
-import ContentSearch from '../components/ContentSearch.vue';
import { useUploadAdapter } from './uploadAdapter';
+import ContentSearch from '../components/ContentSearch.vue';
const emit = defineEmits(['change', 'load', 'mode-change'])