chore: move frontend files
This commit is contained in:
5
frontend/src/components/input/AsyncEditor.ts
Normal file
5
frontend/src/components/input/AsyncEditor.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import {createAsyncComponent} from '@/helpers/createAsyncComponent'
|
||||
|
||||
const TipTap = createAsyncComponent(() => import('@/components/input/editor/TipTap.vue'))
|
||||
|
||||
export default TipTap
|
Reference in New Issue
Block a user