Skip to content

Commit

Permalink
fix: fix client import logic functions path
Browse files Browse the repository at this point in the history
  • Loading branch information
zatkiller committed Nov 2, 2021
1 parent 8960310 commit c8bf5e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const { range } = require('lodash')
const { LogicType } = require('../../../../../../shared/types')
const FormLogic = require('../../../../../shared/util/logic')
const FormLogic = require('../../../../../../shared/utils/logic')
const UpdateFormService = require('../../../../services/UpdateFormService')

angular
Expand Down

0 comments on commit c8bf5e1

Please sign in to comment.