mirror of
https://github.com/correl/elm-mdl.git
synced 2024-12-26 03:00:07 +00:00
Merge (waterfall)
This commit is contained in:
parent
16a5e62784
commit
6f5cf34c67
1 changed files with 0 additions and 7 deletions
|
@ -178,17 +178,10 @@ view addr model =
|
|||
|
||||
in
|
||||
Layout.view (Signal.forwardTo addr LayoutAction) model.layout
|
||||
<<<<<<< HEAD
|
||||
{ header = Just header
|
||||
, drawer = Just drawer
|
||||
, tabs = Just tabTitles
|
||||
, main = [ stylesheet, top ]
|
||||
=======
|
||||
{ header = header
|
||||
, drawer = drawer
|
||||
, tabs = tabTitles
|
||||
, main = [ top ]
|
||||
>>>>>>> waterfall
|
||||
}
|
||||
{- The following line is not needed when you manually set up
|
||||
your html, as done with page.html. Removing it will then
|
||||
|
|
Loading…
Reference in a new issue