Incorporate Auth into all the parts
This commit is contained in:
@@ -3,6 +3,7 @@ module Main (..) where
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (..)
|
||||
import Auth
|
||||
import StartApp.Simple as StartApp
|
||||
import Signal exposing (Address)
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"repository": "https://github.com/rtfeldman/elm-workshop.git",
|
||||
"license": "BSD-3-Clause",
|
||||
"source-directories": [
|
||||
"."
|
||||
".", ".."
|
||||
],
|
||||
"exposed-modules": [],
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user