Skip to content

Commit

Permalink
fix import Taux component
Browse files Browse the repository at this point in the history
  • Loading branch information
Thykof committed Jan 4, 2022
1 parent dfd524e commit 898b28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/JehMaker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ import Phase from './Phase.vue'
import Consultants from './Consultant.vue'
import Frais from './Frais.vue'
import ProjetsSidebar from './ProjetsSidebar.vue'
import Taux from '@/components/Taux.vue'
import Taux from './Taux.vue'
import MargesDetails from './MargesDetails.vue'
import { round, utf8ToB64, b64ToUtf8 } from '../utils'
Expand Down

0 comments on commit 898b28f

Please sign in to comment.