Skip to content

Commit

Permalink
Remove constructor import of Linked
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Jul 8, 2024
1 parent 653029c commit e120d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Code/Syntax.elm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module Code.Syntax exposing

import Code.Definition.Reference as Reference exposing (Reference)
import Code.HashQualified as HQ
import Code.Syntax.Linked exposing (Linked(..))
import Code.Syntax.Linked exposing (Linked)
import Code.Syntax.SyntaxSegment as SyntaxSegment exposing (..)
import Html exposing (Html, span)
import Html.Attributes exposing (class)
Expand Down

0 comments on commit e120d3f

Please sign in to comment.