update GameView with NodeView as a SideView

This commit is contained in:
axolotle
2021-07-08 17:38:35 +02:00
parent 267551f485
commit 0f2ba3716b
3 changed files with 35 additions and 23 deletions
+1
View File
@@ -4,6 +4,7 @@ import { hierarchy } from 'd3-hierarchy'
export const RELATIONS = [
'parents',
'siblings',
'creation_siblings',
'children'
]