summaryrefslogtreecommitdiffstats
path: root/src/app/extensibility/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/extensibility/index.js')
-rw-r--r--src/app/extensibility/index.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/app/extensibility/index.js b/src/app/extensibility/index.js
new file mode 100644
index 0000000..49adff8
--- /dev/null
+++ b/src/app/extensibility/index.js
@@ -0,0 +1,7 @@
+// Import section (used as anchor to add extension imports)
+
+let components = {};
+
+// Components section (used as an anchor to add extension components)
+
+export default components;