aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/components/async/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'viewer/src/components/async/index.ts')
-rw-r--r--viewer/src/components/async/index.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/viewer/src/components/async/index.ts b/viewer/src/components/async/index.ts
new file mode 100644
index 0000000..5a7d9a6
--- /dev/null
+++ b/viewer/src/components/async/index.ts
@@ -0,0 +1,4 @@
1// Declare async constants for internal components
2// Their name can't start with 'Ld'
3
4export const Markdown = () => import(/* webpackChunkName: "markdown" */ "./Markdown.vue");