Skip to content

Commit

Permalink
Make exports explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma-andex committed Jun 3, 2022
1 parent 70d1635 commit ec97524
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/Yoga/Variation/Variation.purs
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
module Yoga.Variation.Variation where
module Yoga.Variation.Variation
( Validated
, invalid
, key
, valid
)
where

import Prelude

Expand Down

0 comments on commit ec97524

Please sign in to comment.