diff options
Diffstat (limited to 'src/lustre/element/svg.gleam')
-rw-r--r-- | src/lustre/element/svg.gleam | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lustre/element/svg.gleam b/src/lustre/element/svg.gleam index 8f68f53..1979c2a 100644 --- a/src/lustre/element/svg.gleam +++ b/src/lustre/element/svg.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, namespaced, text as inline_text} |