Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Jun 20, 2024
1 parent f8fd83f commit 261b339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/local-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Can be used like this:
<!-- The default function will invoke immediately & alert 'Hello World!' -->
<x-import module="~/hello-world" as="hello-world" init />

<!-- But other exports may still be imported -->
<!-- Other exports may still be imported -->
<script type="module">
const example = await _import("hello-world", "example");
Expand Down

0 comments on commit 261b339

Please sign in to comment.