This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/src/components/input/AsyncEditor.ts
kolaente d6a41fa518
Some checks failed
continuous-integration/drone/pr Build is failing
chore(editor): remove old editor component
2023-10-21 19:48:17 +02:00

6 lines
182 B
TypeScript

import {createAsyncComponent} from '@/helpers/createAsyncComponent'
const TipTap = createAsyncComponent(() => import('@/components/input/editor/TipTap.vue'))
export default TipTap