Add node editor

This commit is contained in:
Joscha 2020-02-08 23:11:33 +00:00
parent 580b3b3209
commit fd39143945
3 changed files with 56 additions and 0 deletions

View file

@ -0,0 +1,6 @@
module Forest.Client.ResourceName
( ResourceName(..)
) where
data ResourceName = RnEditor
deriving (Show, Eq, Ord)