forked from external-repos/noisedash
fix: update import path for AppBar component and remove unnecessary comment in service worker file
All checks were successful
build-and-push-docker / docker (push) Successful in 2m26s
All checks were successful
build-and-push-docker / docker (push) Successful in 2m26s
This commit is contained in:
3588
package-lock.json
generated
3588
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -8,7 +8,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import AppBar from '@/components/AppBar'
|
||||
import AppBar from '@/components/AppBar.vue'
|
||||
|
||||
export default {
|
||||
name: 'App',
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* global workbox */
|
||||
// Registers the service worker generated by @vue/cli-plugin-pwa
|
||||
// This enables installability and offline caching for static assets.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user