Remove example tree
This commit is contained in:
parent
efd33ff05e
commit
c3dafbaf63
2 changed files with 1 additions and 10 deletions
|
|
@ -158,6 +158,4 @@ clientApp = App
|
|||
}
|
||||
|
||||
main :: IO ()
|
||||
main = void $ defaultMain clientApp testState
|
||||
where
|
||||
testState = ClientState {csTree = exampleTree, csEditor = Nothing}
|
||||
main = void $ defaultMain clientApp $ newClientState exampleNode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue