Skip to content

Commit

Permalink
remove ununsed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
eliknebel committed Jul 29, 2023
1 parent 16698de commit b6ed297
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/docs/components/analog_clock.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ import sprocket/hooks/effect.{effect}
import sprocket/html/attributes.{xmlns, xmlns_xlink}
import sprocket/html/svg/elements.{circle, g, line, path, svg}
import sprocket/html/svg/attributes.{
class, cx, cy, d, enable_background, fill, height, id, r, stroke,
stroke_miterlimit, stroke_width, transform, version, view_box, width, x, x1,
x2, xml_space, y, y1, y2,
class, cx, cy, d, fill, height, id, r, stroke, stroke_miterlimit, stroke_width,
transform, version, view_box, width, x, x1, x2, xml_space, y, y1, y2,
} as svg_attributes
import sprocket/internal/utils/timer.{interval}

Expand Down
2 changes: 1 addition & 1 deletion src/sprocket/context.gleam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import gleam/int
import gleam/list
import gleam/option.{None, Option}
import gleam/option.{Option}
import gleam/dynamic.{Dynamic}
import sprocket/html/attributes.{Attribute}
import gleam/erlang/process.{Subject}
Expand Down

0 comments on commit b6ed297

Please sign in to comment.