Skip to content

Commit 43f30c5

Browse files
committed
del base files
1 parent 63f79fb commit 43f30c5

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

β€Žapp/components/example/Main.vue

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@
7575
</template>
7676

7777
<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';
8181
8282
import * as Toast from 'nativescript-toast';
8383
import { TNSFancyAlert, TNSFancyAlertButton } from 'nativescript-fancyalert';
@@ -88,7 +88,6 @@ import { LocalNotifications } from 'nativescript-local-notifications';
8888
const dialogs = require('tns-core-modules/ui/dialogs');
8989
9090
const platformModule = require('tns-core-modules/platform');
91-
9291
const phone = require('nativescript-phone');
9392
9493
const geolocation = require('nativescript-geolocation');

0 commit comments

Comments
Β (0)