Add node editor
This commit is contained in:
parent
580b3b3209
commit
fd39143945
3 changed files with 56 additions and 0 deletions
6
src/Forest/Client/ResourceName.hs
Normal file
6
src/Forest/Client/ResourceName.hs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
module Forest.Client.ResourceName
|
||||
( ResourceName(..)
|
||||
) where
|
||||
|
||||
data ResourceName = RnEditor
|
||||
deriving (Show, Eq, Ord)
|
||||
Loading…
Add table
Add a link
Reference in a new issue