Skip to content

Commit

Permalink
Add documentation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxcarlson committed Jun 12, 2024
1 parent 1e22728 commit 5980b86
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions src/Install/Import.elm
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
module Install.Import exposing
( Config
, CustomError
, init
, makeRule
, withAlias
, withExposedValues
)
module Install.Import exposing (init, makeRule, withAlias, withExposedValues)

{-| Add import statements to a given module.
Exammples:
Examples:
```
Install.Import.init "Frontend" "Foo.Bar"
Expand All @@ -30,6 +23,8 @@ Exammples:
```
@docs init, makeRule, withAlias, withExposedValues
-}

import Elm.Syntax.Import exposing (Import)
Expand Down

0 comments on commit 5980b86

Please sign in to comment.