gitlab-org--gitlab-foss/app/assets/javascripts/content_editor/index.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
126 B
JavaScript
Raw Normal View History

export * from './services/create_content_editor';
export { default as ContentEditor } from './components/content_editor.vue';