aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.js')
-rw-r--r--src/App.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/App.js b/src/App.js
new file mode 100644
index 00000000..1a7c41d6
--- /dev/null
+++ b/src/App.js
@@ -0,0 +1,8 @@
+import Hello from './components/hello/Hello'
+
+export default {
+ name: 'app',
+ components: {
+ Hello
+ }
+}