Skip to content

Commit 5efc423

Browse files
authored
Merge pull request #3 from uwcirg/bugfix/cql-worker-reference-path
fix reference to cql path
2 parents 88790a1 + 8f5294c commit 5efc423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Summary.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react';
2-
import Worker from '../../node_modules/cql-worker/src/cql.worker.js'; // https://github.com/webpack-contrib/worker-loader
2+
import Worker from 'cql-worker/src/cql.worker.js'; // https://github.com/webpack-contrib/worker-loader
33
import { initialzieCqlWorker } from 'cql-worker';
44
import { FhirClientContext } from '../FhirClientContext';
55
import Error from './Error';

0 commit comments

Comments
 (0)