[server] Move server-related files into their own subdirectory
This commit is contained in:
parent
a2c2c4487b
commit
22974d96a7
8 changed files with 18 additions and 18 deletions
|
|
@ -8,11 +8,11 @@ module Forest.Server
|
|||
|
||||
import Control.Concurrent.Chan
|
||||
import Control.Exception
|
||||
import qualified Network.WebSockets as WS
|
||||
import qualified Network.WebSockets as WS
|
||||
|
||||
import Forest.Api
|
||||
import Forest.Node
|
||||
import Forest.TreeModule
|
||||
import Forest.Server.TreeModule
|
||||
import Forest.Util
|
||||
|
||||
{- Thread that sends updates to the client -}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue