Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasnteireho committed Dec 6, 2023
1 parent dcfbe38 commit 233ba12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mobile/pages/pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Preview from '~/src/models/preview'
import { analytics } from '~/src/util/analytics'
import stache from 'can-stache'
import '~/src/mobile/util/helpers'
import { ViewerStepsVM.fireLearnMoreModal } from '../../desktop/steps/steps''~/src/desktop/steps/steps'
import { ViewerStepsVM.fireLearnMoreModal } from '~/src/desktop/steps/steps'

stache.registerPartial('assemble-form', assembleFormTpl)
stache.registerPartial('save-answers-form', saveAnswersFormTpl)
Expand Down

0 comments on commit 233ba12

Please sign in to comment.