Skip to content

Commit 9db3a62

Browse files
Merge pull request #58 from commitd/stuarthendren/peer
fix: add missing export for Rdf and Json
2 parents 10ecfed + bf03ea0 commit 9db3a62

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)