aboutsummaryrefslogtreecommitdiff
path: root/src/lustre.gleam
diff options
context:
space:
mode:
Diffstat (limited to 'src/lustre.gleam')
-rw-r--r--src/lustre.gleam2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lustre.gleam b/src/lustre.gleam
index adba034..cfcf3da 100644
--- a/src/lustre.gleam
+++ b/src/lustre.gleam
@@ -80,4 +80,4 @@ pub fn start (program: Program(state, action), selector: String) -> Result(Nil,
external fn mount (program: Program(state, action), selector: String) -> Result(Nil, Nil)
- = "./lustre/ffi.mjs" "mount"
+ = "./ffi.mjs" "mount"