Skip to content

Commit

Permalink
- Move dollar-sign.js (jQuery replacement) to unprocessed/js/modules
Browse files Browse the repository at this point in the history
- Update before-you-claim and disclosures to use new dollar-sign.js location
  • Loading branch information
mistergone committed Oct 15, 2024
1 parent 6faf7c5 commit 69479fa
Show file tree
Hide file tree
Showing 6 changed files with 510 additions and 69 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import $ from './utils/dollar-sign.js';
import $ from '../../../js/modules/util/dollar-sign.js';

Check failure on line 1 in cfgov/unprocessed/apps/paying-for-college/js/disclosures/index.js

View workflow job for this annotation

GitHub Actions / frontend

Unable to resolve path to module '../../../js/modules/util/dollar-sign.js'
import getApiValues from './dispatchers/get-api-values.js';
import verifyOffer from './dispatchers/post-verify.js';
import financialModel from './models/financial-model.js';
Expand Down
Loading

0 comments on commit 69479fa

Please sign in to comment.