FEATURE displaying data tree
diff --git a/frontend/netopeer.module.ts b/frontend/netopeer.module.ts
index b97e9b6..24e0685 100644
--- a/frontend/netopeer.module.ts
+++ b/frontend/netopeer.module.ts
@@ -15,6 +15,7 @@
import { InventorySchemasComponent } from './inventory/schemas.component';
import { InventoryDevicesComponent } from './inventory/devices.component';
import { ConfigComponent } from './config/config.component';
+import { TreeView } from './config/tree.component';
import { YANGComponent } from './yang/yang.component';
import { MonitoringComponent } from './monitoring/monitoring.component';
import { PluginsComponent } from './plugins/plugins.component';
@@ -57,6 +58,7 @@
InventorySchemasComponent,
InventoryDevicesComponent,
ConfigComponent,
+ TreeView,
YANGComponent,
MonitoringComponent,
PluginsComponent