Skip to content

Commit 2ef6362

Browse files
Remove unused imports to fix compiler warning (#154)
1 parent 8c14c68 commit 2ef6362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/DragAndDropHalogenHooks/src/Main.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module DragAndDropHalogenHooks.Main where
22

33
import Prelude hiding (top)
44

5-
import CSS (alignItems, backgroundColor, backgroundImage, border, borderRadius, color, column, darkgray, dashed, display, displayNone, flex, flexDirection, gray, height, justifyContent, lightgray, linearGradient, margin, padding, purple, px, solid, vGradient, width)
5+
import CSS (alignItems, border, borderRadius, color, column, dashed, display, displayNone, flex, flexDirection, gray, height, justifyContent, margin, padding, purple, px, solid, width)
66
import CSS as CSS
77
import CSS.Common (center)
88
import DOM.HTML.Indexed.InputType (InputType(..))

0 commit comments

Comments
 (0)