chore(cli): rename some files

This commit is contained in:
陈嘉涵
2019-11-29 14:17:40 +08:00
parent afc6113938
commit 736bac00b9
14 changed files with 102 additions and 141 deletions

View File

@@ -1,6 +1,6 @@
import decamelize from 'decamelize';
import DemoHome from './components/DemoHome';
import { demos } from 'mobile-entry';
import { demos } from 'site-mobile-shared';
const routes = [];
const names = Object.keys(demos);