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.
1 parent 88790a1 commit 8f5294cCopy full SHA for 8f5294c
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