diff --git a/packages/ogre-react/OgreGraph.tsx b/packages/ogre-react/OgreGraph.tsx index 5913c58..5f89533 100644 --- a/packages/ogre-react/OgreGraph.tsx +++ b/packages/ogre-react/OgreGraph.tsx @@ -10,13 +10,6 @@ import { } from "@gitgraph/react"; import type { Template } from "@gitgraph/core/lib/template"; -export { - templateExtend, - TemplateName, - metroTemplate, - blackArrowTemplate, -} from "@gitgraph/core/lib/template"; - interface GitgraphOptions { template?: TemplateName | Template; orientation?: Orientation;