tree root -> _root

This commit is contained in:
Lachlan Kermode
2019-02-14 16:11:38 +00:00
parent 57bcfb5d40
commit ff30d1be18

View File

@@ -6,7 +6,7 @@
*/
export default (data) => {
const tree = {
key: 'tags',
key: '_root',
children: {}
}