[server] Rename tree module files

This commit is contained in:
Joscha 2020-02-12 11:34:25 +00:00
parent 3656483bc8
commit 5e7f90c6d5
4 changed files with 8 additions and 8 deletions

View file

@ -2,13 +2,13 @@
module Main where
import qualified Network.WebSockets as WS
import qualified Network.WebSockets as WS
import Forest.Server
import Forest.Node
import Forest.TreeModule.ConstModule
import Forest.TreeModule.AnimateModule
import Forest.TreeModule.ForkModule
import Forest.Server
import Forest.TreeModule.Animate
import Forest.TreeModule.Const
import Forest.TreeModule.Fork
pingDelay :: Int
pingDelay = 10