diff options
author | Yukai Huang | 2016-10-09 21:47:29 +0800 |
---|---|---|
committer | Yukai Huang | 2016-10-10 07:58:42 +0800 |
commit | 70c20aaddaff75c3d0b7eb0fd53da13bb5651387 (patch) | |
tree | db9fe4f17a5739d967959c75d7c529429114ea66 /public/js | |
parent | a25889788443556703cf1f9b412b5d6dbf90febd (diff) |
Remove redundant entry point
Diffstat (limited to '')
-rw-r--r-- | public/js/app.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/public/js/app.js b/public/js/app.js deleted file mode 100644 index fe864504..00000000 --- a/public/js/app.js +++ /dev/null @@ -1 +0,0 @@ -require('./index'); |