aboutsummaryrefslogtreecommitdiff
path: root/examples/custom-effect.ts
diff options
context:
space:
mode:
Diffstat (limited to 'examples/custom-effect.ts')
-rw-r--r--examples/custom-effect.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/custom-effect.ts b/examples/custom-effect.ts
index 6a4b8b0..5fbffed 100644
--- a/examples/custom-effect.ts
+++ b/examples/custom-effect.ts
@@ -1,4 +1,4 @@
-import { Bind, DefineEffect, Effect, Kind1, Print } from '../src/stdlib'
+import { Bind, DefineEffect, Effect, Kind1, Print } from '../stdlib'
interface Mathemagic<_A, _B> extends Effect { }