diff --git a/src/App.vue b/src/App.vue index 04fe9b4..c289db1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -16,7 +16,7 @@ import ToastsList from "@/components/toast/ToastsList.vue"; export default defineComponent({ components: { Navbar, - ToastsList, + ToastsList } }); diff --git a/src/components/celestials/CelestialCard.vue b/src/components/celestials/CelestialCard.vue index 84e7d12..9297a2a 100644 --- a/src/components/celestials/CelestialCard.vue +++ b/src/components/celestials/CelestialCard.vue @@ -85,7 +85,7 @@