Skip to content

Commit 9a129ff

Browse files
committed
Fix warnings
1 parent 40a37f2 commit 9a129ff

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

src/hexdocs/components/iframe.gleam

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import gleam/option.{type Option, None, Some}
33
import gleam/pair
44
import hexdocs/components/attributes
55
import lustre
6-
import lustre/attribute.{type Attribute, class}
6+
import lustre/attribute.{type Attribute}
77
import lustre/component
88
import lustre/effect.{type Effect}
99
import lustre/element
@@ -81,16 +81,3 @@ fn view(model: Model) {
8181
}
8282
}
8383
}
84-
85-
fn loading_state() {
86-
html.div(
87-
[
88-
class(
89-
"absolute text-slate-800 dark:text-slate-300 top-0 bg-transparent size-full flex items-center justify-center",
90-
),
91-
],
92-
[
93-
html.text("Loading"),
94-
],
95-
)
96-
}

0 commit comments

Comments
 (0)