Add retrieving account data, namely the notification setting.

This commit is contained in:
2018-12-22 21:42:51 -08:00
parent 490d0eff2c
commit 50701e1885
2 changed files with 23 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ import Scylla.UserData exposing (..)
import Scylla.Notification exposing (..)
import Scylla.Storage exposing (..)
import Scylla.Markdown exposing (..)
import Scylla.AccountData exposing (..)
import Url exposing (Url)
import Url.Parser exposing (parse)
import Url.Builder