aboutsummaryrefslogtreecommitdiff
path: root/javascript/app/components/type-signature-text.js
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/app/components/type-signature-text.js')
-rw-r--r--javascript/app/components/type-signature-text.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/javascript/app/components/type-signature-text.js b/javascript/app/components/type-signature-text.js
new file mode 100644
index 0000000..e4eb200
--- /dev/null
+++ b/javascript/app/components/type-signature-text.js
@@ -0,0 +1,4 @@
+import Ember from 'ember';
+export default Ember.Component.extend({
+ tagName : "span"
+});