diff options
| author | mo <mo.khan@gmail.com> | 2018-05-20 19:59:24 -0600 |
|---|---|---|
| committer | mo <mo.khan@gmail.com> | 2018-05-20 19:59:24 -0600 |
| commit | 5201ded2a3e0848512ebf9a67d66e66bfa0d81c8 (patch) | |
| tree | 5fe49c2d36a7b615806401a26fa8c0138f5513eb /src/index.js | |
| parent | 1170671754f4579b4513e23c2df4a625f88013db (diff) | |
fix package main.
Diffstat (limited to 'src/index.js')
| -rw-r--r-- | src/index.js | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/index.js b/src/index.js index 65363bf..1f5518a 100644 --- a/src/index.js +++ b/src/index.js @@ -1,5 +1,2 @@ -export default class { - lit() { - console.log("🔥"); - } -} +import Greeting from './greeting' +console.log("🔥"); |
