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

This commit is contained in:
2025-08-18 13:19:31 +00:00
parent 5454dac5a7
commit 37774b1b99
3 changed files with 3322 additions and 269 deletions

3588
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -8,7 +8,7 @@
</template>
<script>
import AppBar from '@/components/AppBar'
import AppBar from '@/components/AppBar.vue'
export default {
name: 'App',

View File

@@ -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.