Skip to content

Commit 898b28f

Browse files
committed
fix import Taux component
1 parent dfd524e commit 898b28f

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
@@ -145,7 +145,7 @@ import Phase from './Phase.vue'
145145
import Consultants from './Consultant.vue'
146146
import Frais from './Frais.vue'
147147
import ProjetsSidebar from './ProjetsSidebar.vue'
148-
import Taux from '@/components/Taux.vue'
148+
import Taux from './Taux.vue'
149149
import MargesDetails from './MargesDetails.vue'
150150
import { round, utf8ToB64, b64ToUtf8 } from '../utils'
151151

0 commit comments

Comments
 (0)