We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88790a1 + 8f5294c commit 5efc423Copy full SHA for 5efc423
src/components/Summary.js
@@ -1,5 +1,5 @@
1
import React from 'react';
2
-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
3
import { initialzieCqlWorker } from 'cql-worker';
4
import { FhirClientContext } from '../FhirClientContext';
5
import Error from './Error';
0 commit comments