Skip to content

Commit 8f5294c

Browse files
Amy ChenAmy Chen
authored andcommitted
fix reference to cql path
1 parent 88790a1 commit 8f5294c

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)