We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10ecfed + bf03ea0 commit 9db3a62Copy full SHA for 9db3a62
packages/all/src/index.ts
@@ -5,6 +5,8 @@ export * from '@committed/components-graph-react'
5
import { Json } from '@committed/graph-json'
6
import { Rdf } from '@committed/graph-rdf'
7
8
+export { Json, Rdf }
9
+
10
export const GraphBuilder = {
11
fromJsonGraph: Json.buildGraph,
12
fromRdfGraph: Rdf.buildGraph,
0 commit comments