Skip to content

Commit 1366b57

Browse files
committed
fix(DsfrAlertDemo): 🐛 corrige import
1 parent a78d1a6 commit 1366b57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/DsfrAlert/docs-demo/DsfrAlertDemo.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<script lang="ts" setup>
2+
import type { TitleTag } from '../../../common-types'
3+
import type { DsfrAlertType } from '../DsfrAlert.vue'
4+
25
import { ref } from 'vue'
36
4-
import type { DsfrAlertType } from '../DsfrAlert.vue'
57
import DsfrAlert from '../DsfrAlert.vue'
68
7-
import type { TitleTag } from '../../common-types'
8-
99
const defaultAlerts: {
1010
[key: string]: {
1111
id: string

0 commit comments

Comments
 (0)