diff --git a/front/src/components/ui/Alert.vue b/front/src/components/ui/Alert.vue index 8fc85b803..d17fc083a 100644 --- a/front/src/components/ui/Alert.vue +++ b/front/src/components/ui/Alert.vue @@ -2,6 +2,8 @@ import { type PastelProps, color } from '~/composables/color' import { type AlignmentProps, align } from '~/composables/alignment' +import Layout from '~/components/ui/Layout.vue' + export type Props = PastelProps & AlignmentProps const props = defineProps() @@ -19,12 +21,13 @@ const props = defineProps() > -
-
+