aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/components/async/index.ts
blob: 5a7d9a66c14374c2482cdf68bfb906a23fbd71c5 (plain)
1
2
3
4
// Declare async constants for internal components
// Their name can't start with 'Ld'

export const Markdown = () => import(/* webpackChunkName: "markdown" */ "./Markdown.vue");