1
1
2
- import Framework7 , { Device , Request , Utils } from 'framework7/framework7- lite.esm ' ;
2
+ import Framework7 from 'framework7/lite' ;
3
3
// import Appbar from 'framework7/components/appbar/appbar';
4
4
// import Dialog from 'framework7/components/dialog/dialog';
5
- import Popup from 'framework7/components/popup/popup ' ;
5
+ import Popup from 'framework7/components/popup/' ;
6
6
// import LoginScreen from 'framework7/components/login-screen/login-screen';
7
7
// import Popover from 'framework7/components/popover/popover';
8
8
// import Actions from 'framework7/components/actions/actions';
@@ -17,9 +17,9 @@ import Popup from 'framework7/components/popup/popup';
17
17
// import VirtualList from 'framework7/components/virtual-list/virtual-list';
18
18
// import ListIndex from 'framework7/components/list-index/list-index';
19
19
// import Timeline from 'framework7/components/timeline/timeline';
20
- import Tabs from 'framework7/components/tabs/tabs ' ;
20
+ import Tabs from 'framework7/components/tabs/' ;
21
21
// import Panel from 'framework7/components/panel/panel';
22
- import Card from 'framework7/components/card/card ' ;
22
+ import Card from 'framework7/components/card/' ;
23
23
// import Chip from 'framework7/components/chip/chip';
24
24
// import Form from 'framework7/components/form/form';
25
25
// import Input from 'framework7/components/input/input';
@@ -40,8 +40,8 @@ import Card from 'framework7/components/card/card';
40
40
// import Searchbar from 'framework7/components/searchbar/searchbar';
41
41
// import Messages from 'framework7/components/messages/messages';
42
42
// import Messagebar from 'framework7/components/messagebar/messagebar';
43
- import Swiper from 'framework7/components/swiper/swiper ' ;
44
- import PhotoBrowser from 'framework7/components/photo-browser/photo-browser ' ;
43
+ import Swiper from 'framework7/components/swiper/' ;
44
+ import PhotoBrowser from 'framework7/components/photo-browser/' ;
45
45
// import Notification from 'framework7/components/notification/notification';
46
46
// import Autocomplete from 'framework7/components/autocomplete/autocomplete';
47
47
// import Tooltip from 'framework7/components/tooltip/tooltip';
@@ -52,7 +52,7 @@ import PhotoBrowser from 'framework7/components/photo-browser/photo-browser';
52
52
// import Treeview from 'framework7/components/treeview/treeview';
53
53
// import TextEditor from 'framework7/components/text-editor/text-editor';
54
54
// import Elevation from 'framework7/components/elevation/elevation';
55
- import Typography from 'framework7/components/typography/typography ' ;
55
+ import Typography from 'framework7/components/typography/' ;
56
56
57
57
Framework7 . use ( [
58
58
// Appbar,
@@ -111,4 +111,3 @@ Framework7.use([
111
111
] ) ;
112
112
113
113
export default Framework7 ;
114
- export { Device , Request , Utils } ;
0 commit comments