Skip to content

Commit

Permalink
fix: remove Module from exposed in sketch/css
Browse files Browse the repository at this point in the history
  • Loading branch information
ghivert authored and joseemds committed Aug 13, 2024
1 parent eccc04b commit 3a78593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sketch_css/src/sketch/css.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

import argv
import glance.{
type Expression, Call, Discarded, Expression, Field, FieldAccess, List, Module,
Named, String, Variable,
type Expression, Call, Discarded, Expression, Field, FieldAccess, List, Named,
String, Variable,
}
import gleam/bool
import gleam/io
Expand Down

0 comments on commit 3a78593

Please sign in to comment.