Skip to content

Commit 6aaa85c

Browse files
authored
need to import refs of overridden fn
allow for calculang/calculang#31
1 parent 8e11dc6 commit 6aaa85c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/revenue-with-demand-curve.cul.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { revenue } from './base.cul';
1+
import { revenue, price } from './base.cul';
22
export { revenue };
33

44
// demand-curve constraint:

0 commit comments

Comments
 (0)