Merge pull request #160 from NoRedInk/remove-unused-imports

Clean up unused imports
This commit is contained in:
Richard Feldman 2018-11-06 09:05:30 -05:00 committed by GitHub
commit 52bc860c88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 5 deletions

View File

@ -17,7 +17,6 @@ module Nri.Ui.BannerAlert.V1 exposing
import Accessibility
import Css
import Css.Foreign exposing (Snippet, children, descendants, everything, selector)
import DEPRECATED.Css.File exposing (Stylesheet, compile, stylesheet)
import Html exposing (Html)
import Nri.Ui.Colors.V1
import Nri.Ui.Fonts.V1

View File

@ -39,7 +39,6 @@ There will generally be a `*Button` and `*Link` version of each button style.
import Accessibility exposing (..)
import Css exposing (..)
import Css.Foreign exposing (Snippet, children, descendants, everything, selector)
import DEPRECATED.Css.File exposing (Stylesheet, compile, stylesheet)
import Html
import Html.Attributes exposing (..)
import Html.Events exposing (onClick)

View File

@ -8,7 +8,6 @@ module Nri.Ui.Divider.V1 exposing (styles, view)
import Css exposing (..)
import Css.Foreign exposing (Snippet, children, descendants, everything, selector)
import DEPRECATED.Css.File exposing (Stylesheet, compile, stylesheet)
import Html exposing (..)
import Nri.Ui.Colors.V1 as Colors
import Nri.Ui.Styles.V1

View File

@ -7,8 +7,6 @@ module Nri.Ui.Effects.V1 exposing (selectionShadow)
-}
import Css exposing (..)
import Css.Foreign exposing (Snippet, children, descendants, everything, selector)
import DEPRECATED.Css.File exposing (Stylesheet, compile, stylesheet)
import Nri.Ui.Colors.V1