diff options
Diffstat (limited to 'src/lustre/element/html.gleam')
-rw-r--r-- | src/lustre/element/html.gleam | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lustre/element/html.gleam b/src/lustre/element/html.gleam index d0d6d0b..e616c59 100644 --- a/src/lustre/element/html.gleam +++ b/src/lustre/element/html.gleam @@ -1,9 +1,3 @@ -//// > **Note**: this is a _release candidate_ for v4.0.0 and documentation is still -//// > a work in progress. If you spot an issue with docs or the library, or would -//// > like to get involved, please [open an issue](https://github.com/lustre-labs/lustre/issues/new) -//// > or a pull request. -//// - // IMPORTS --------------------------------------------------------------------- import lustre/element.{type Element, element, namespaced} |