summaryrefslogtreecommitdiffstats
path: root/src/app/extensibility/index.js
diff options
context:
space:
mode:
authorShawn Severin <shawn.severin@amdocs.com>2017-12-07 15:19:25 -0500
committerShawn Severin <shawn.severin@amdocs.com>2017-12-07 15:19:46 -0500
commita7b4b96afee33a2ff458f906742d88cd306ed961 (patch)
treedcf2b16fdc4f52368327d372112cebaf126a1ded /src/app/extensibility/index.js
parent6ac2e7c0bef5ee478b36181b8bb384119ad3d937 (diff)
Adding filter bar
Issue-ID: AAI-543 Change-Id: I18ec69f4585a9f01feafd009fcd30493a039b064 Signed-off-by: Shawn Severin <shawn.severin@amdocs.com>
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;