Add electron
This commit is contained in:
10
backend/src/Model/index.ts
Normal file
10
backend/src/Model/index.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Edge } from './Edge'
|
||||
import { TreeNode } from './TreeNode'
|
||||
import { TreeNodeFactory } from './TreeNodeFactory'
|
||||
import { Tree } from './Tree'
|
||||
import { TopicProperties } from './TopicProperties'
|
||||
import { Hashable } from './Hashable'
|
||||
|
||||
export {
|
||||
Edge, TreeNode, TreeNodeFactory, Tree, TopicProperties, Hashable
|
||||
}
|
||||
Reference in New Issue
Block a user