Skip to content

Commit 0cb623f

Browse files
committed
fix import taux
1 parent 40398ab commit 0cb623f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/JehMaker.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ import { PhaseObject, TauxObject } from '../types'
131131
import Phase from './Phase.vue'
132132
import Consultants from './Consultant.vue'
133133
import Frais from './Frais.vue'
134-
import Taux from '@/components/Taux.vue'
134+
import Taux from './Taux.vue'
135135
import MargesDetails from './MargesDetails.vue'
136136
import { round, utf8ToB64, b64ToUtf8 } from '../utils'
137137

0 commit comments

Comments
 (0)