diff --git a/app/components/pub/ui/card/CardContent.vue b/app/components/pub/ui/card/CardContent.vue index 2c5eda28..08b098f0 100644 --- a/app/components/pub/ui/card/CardContent.vue +++ b/app/components/pub/ui/card/CardContent.vue @@ -8,7 +8,7 @@ const props = defineProps<{ diff --git a/app/components/pub/ui/card/CardDescription.vue b/app/components/pub/ui/card/CardDescription.vue index b17e1d89..b20d2ad7 100644 --- a/app/components/pub/ui/card/CardDescription.vue +++ b/app/components/pub/ui/card/CardDescription.vue @@ -8,7 +8,7 @@ const props = defineProps<{ diff --git a/app/components/pub/ui/card/CardFooter.vue b/app/components/pub/ui/card/CardFooter.vue index 08a2bd84..b2f2e110 100644 --- a/app/components/pub/ui/card/CardFooter.vue +++ b/app/components/pub/ui/card/CardFooter.vue @@ -8,7 +8,7 @@ const props = defineProps<{ diff --git a/app/components/pub/ui/sidebar/Sidebar.vue b/app/components/pub/ui/sidebar/Sidebar.vue index f25e3b9c..d7a9d0d0 100644 --- a/app/components/pub/ui/sidebar/Sidebar.vue +++ b/app/components/pub/ui/sidebar/Sidebar.vue @@ -30,7 +30,7 @@ const { isMobile, state, openMobile, setOpenMobile } = useSidebar()