Skip to content

Commit

Permalink
Fix javascript import path
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanshean committed May 20, 2021
1 parent 6b9bf31 commit 2fe79e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import proficiency_cutoffs from '../../../lib/proficiency_cutoffs.json';
import proficiency_cutoffs from '../lib/data/proficiency_cutoffs.json';

export function proficiencyCutoffsAsPercentage() {
return (
Expand Down

0 comments on commit 2fe79e7

Please sign in to comment.