Skip to content

Commit

Permalink
Add import statements to example/src/ReviewConfig.elm
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxcarlson committed May 14, 2024
1 parent 2ccc9a7 commit 242ffe8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions example/src/ReviewConfig.elm
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ module ReviewConfig exposing (config)


import Review.Rule exposing (Rule)
import Install.TypeVariant
import Install.FieldInTypeAlias
import Install.Initializer
import Install.ClauseInCase





{-| The first three rules in the config file add variants to somoe
Expand Down

0 comments on commit 242ffe8

Please sign in to comment.