mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-25 09:21:57 +03:00
Rename ServerRequest to be under DataSource namespace.
This commit is contained in:
parent
f93c141ceb
commit
dcf3205092
2
elm.json
2
elm.json
@ -8,7 +8,7 @@
|
||||
"Head",
|
||||
"Head.Seo",
|
||||
"ApiRoute",
|
||||
"ServerRequest",
|
||||
"DataSource.ServerRequest",
|
||||
"Path",
|
||||
"Pages.PageUrl",
|
||||
"QueryParams",
|
||||
|
@ -49,7 +49,7 @@ import DataSource exposing (DataSource)
|
||||
import Head
|
||||
import Pages.PageUrl exposing (PageUrl)
|
||||
import Path exposing (Path)
|
||||
import ServerRequest exposing (ServerRequest)
|
||||
import DataSource.ServerRequest as ServerRequest exposing (ServerRequest)
|
||||
import Shared
|
||||
import View exposing (View)
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
module ServerRequest exposing (ServerRequest, expectHeader, init, optionalHeader, staticData, toStaticHttp)
|
||||
module DataSource.ServerRequest exposing (ServerRequest, expectHeader, init, optionalHeader, staticData, toStaticHttp)
|
||||
|
||||
{-|
|
||||
|
Loading…
Reference in New Issue
Block a user