Skip to content

Commit

Permalink
Merge pull request #3 from uwcirg/bugfix/cql-worker-reference-path
Browse files Browse the repository at this point in the history
fix reference to cql path
  • Loading branch information
achen2401 authored Jul 12, 2022
2 parents 88790a1 + 8f5294c commit 5efc423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Summary.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import Worker from '../../node_modules/cql-worker/src/cql.worker.js'; // https://github.com/webpack-contrib/worker-loader
import Worker from 'cql-worker/src/cql.worker.js'; // https://github.com/webpack-contrib/worker-loader
import { initialzieCqlWorker } from 'cql-worker';
import { FhirClientContext } from '../FhirClientContext';
import Error from './Error';
Expand Down

0 comments on commit 5efc423

Please sign in to comment.