File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Expand file tree Collapse file tree 4 files changed +3
-4
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 75
75
</template >
76
76
77
77
<script >
78
- import Counter from ' ./base/ Counter' ;
79
- import HelloWorlds from ' ./base/ HelloWorld.vue ' ;
80
- import Login from ' ./base/ Login.vue ' ;
78
+ import Counter from ' ./Counter' ;
79
+ import HelloWorlds from ' ./HelloWorld' ;
80
+ import Login from ' ./Login' ;
81
81
82
82
import * as Toast from ' nativescript-toast' ;
83
83
import { TNSFancyAlert , TNSFancyAlertButton } from ' nativescript-fancyalert' ;
@@ -88,7 +88,6 @@ import { LocalNotifications } from 'nativescript-local-notifications';
88
88
const dialogs = require (' tns-core-modules/ui/dialogs' );
89
89
90
90
const platformModule = require (' tns-core-modules/platform' );
91
-
92
91
const phone = require (' nativescript-phone' );
93
92
94
93
const geolocation = require (' nativescript-geolocation' );
You canβt perform that action at this time.
0 commit comments