Skip to content

Commit

Permalink
Update spec/Clay/MediaSpec.hs
Browse files Browse the repository at this point in the history
  • Loading branch information
turion authored Nov 14, 2023
1 parent 20545cc commit d07a265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/Clay/MediaSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Clay.MediaSpec (spec) where

import Clay (compact, Css, em, hidden, opacity, query, renderWith)
import Clay (compact, Css, em, opacity, query, renderWith)
import Clay.Media
import Clay.Render (Config(..))

Check warning on line 7 in spec/Clay/MediaSpec.hs

View workflow job for this annotation

GitHub Actions / Haskell GHC 8.4.4 cabal

The import of ‘Clay.Render’ is redundant

Check warning on line 7 in spec/Clay/MediaSpec.hs

View workflow job for this annotation

GitHub Actions / Haskell GHC 8.10.7 cabal

The import of ‘Clay.Render’ is redundant

Check warning on line 7 in spec/Clay/MediaSpec.hs

View workflow job for this annotation

GitHub Actions / Haskell GHC 8.8.4 cabal

The import of ‘Clay.Render’ is redundant

Check warning on line 7 in spec/Clay/MediaSpec.hs

View workflow job for this annotation

GitHub Actions / Haskell GHC 8.6.5 cabal

The import of ‘Clay.Render’ is redundant

Check warning on line 7 in spec/Clay/MediaSpec.hs

View workflow job for this annotation

GitHub Actions / Haskell GHC 9.0.2 cabal

The import of ‘Clay.Render’ is redundant
import Clay.Stylesheet (Feature, keyframes, MediaType)
Expand Down

0 comments on commit d07a265

Please sign in to comment.