Skip to content

Commit bf03ea0

Browse files
committed
fix: add missing export for Rdf and Json
They were used to create the GrapgBuilder but not exported directly
1 parent c81f2d8 commit bf03ea0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/all/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ export * from '@committed/components-graph-react'
55
import { Json } from '@committed/graph-json'
66
import { Rdf } from '@committed/graph-rdf'
77

8+
export { Json, Rdf }
9+
810
export const GraphBuilder = {
911
fromJsonGraph: Json.buildGraph,
1012
fromRdfGraph: Rdf.buildGraph,

0 commit comments

Comments
 (0)