Skip to content

Commit

Permalink
fix: add import
Browse files Browse the repository at this point in the history
  • Loading branch information
gweill-guigops committed Apr 30, 2024
1 parent 41a1ee8 commit d4f6cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/Container.client.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup>
import { DsfrAlert } from "@gouvminint/vue-dsfr";
import { isToastSlotOptions } from "../composables/useToaster";
import { isToastSlotOptions, useToaster } from "../composables/useToaster";
const { toasts } = useToaster();
function resolvedClosed(index) {
Expand Down

0 comments on commit d4f6cfa

Please sign in to comment.