Skip to content

Commit

Permalink
Merge pull request #79 from ssanj/main
Browse files Browse the repository at this point in the history
Add missing 'style' import
  • Loading branch information
ryan-haskell committed May 9, 2023
2 parents c846336 + 110df11 commit 687f80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/user-auth.md
Expand Up @@ -2022,7 +2022,7 @@ Here's the code we can add to our `view` function to make things look official:
```elm {3-4,18,20-30,34-115}
module Layouts.Sidebar exposing (Settings, Model, Msg, layout)

import Html.Attributes exposing (alt, class, classList, src)
import Html.Attributes exposing (alt, class, classList, src, style)
import Route.Path
-- ...

Expand Down

0 comments on commit 687f80e

Please sign in to comment.