diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-05-08 10:23:17 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2025-03-02 14:23:21 +0000 |
| commit | 223a98aab9b33a86e56915244aac42e17a9535af (patch) | |
| tree | bb12f4d79a7e3dbf29b1dd116f582f9844820c92 /docs/gen/index | |
| parent | add alv.type and spec (diff) | |
| download | alive-223a98aab9b33a86e56915244aac42e17a9535af.tar.gz alive-223a98aab9b33a86e56915244aac42e17a9535af.zip | |
fix docs
Diffstat (limited to 'docs/gen/index')
| -rwxr-xr-x | docs/gen/index | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gen/index b/docs/gen/index index 96f85f0..a2fe486 100755 --- a/docs/gen/index +++ b/docs/gen/index @@ -1,7 +1,7 @@ #!/usr/bin/env moon -import ValueStream from require 'alv' import render, layout, autoref from require 'docs.gen.layout' import section, h1, h2, p, ul, li, a, code from require 'docs.gen.dom' +import opairs from require 'alv.util' export OUT |
