File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- import type { TitleTag } from '@ /common-types'
1+ import type { TitleTag } from '../.. /common-types'
22
33export type DsfrAccordionProps = {
44 id ?: string
Original file line number Diff line number Diff line change 1- import type { TitleTag } from '@ /common-types'
1+ import type { TitleTag } from '../.. /common-types'
22
33export type DsfrAlertType = 'error' | 'success' | 'warning' | 'info'
44
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { ref } from 'vue'
44import type { DsfrAlertType } from ' ../DsfrAlert.vue'
55import DsfrAlert from ' ../DsfrAlert.vue'
66
7- import type { TitleTag } from ' @ /common-types'
7+ import type { TitleTag } from ' ../.. /common-types'
88
99const defaultAlerts: {
1010 [key : string ]: {
Original file line number Diff line number Diff line change 11<script lang="ts" setup>
2- import type { TitleTag } from ' @ /common-types'
2+ import type { TitleTag } from ' ../.. /common-types'
33
44export type DsfrFooterPartner = {
55 href: string
You can’t perform that action at this time.
0 commit comments