summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/reports/components/issue_body.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/reports/components/issue_body.js')
-rw-r--r--app/assets/javascripts/reports/components/issue_body.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/assets/javascripts/reports/components/issue_body.js b/app/assets/javascripts/reports/components/issue_body.js
new file mode 100644
index 00000000000..8b5af263d50
--- /dev/null
+++ b/app/assets/javascripts/reports/components/issue_body.js
@@ -0,0 +1,9 @@
+import TestIssueBody from './test_issue_body.vue';
+
+export const components = {
+ TestIssueBody,
+};
+
+export const componentNames = {
+ TestIssueBody: TestIssueBody.name,
+};