Skip to content

Commit

Permalink
fix: remove re-exports of gitgraph template
Browse files Browse the repository at this point in the history
  • Loading branch information
nadilas committed Sep 30, 2024
1 parent 233f340 commit f47d6df
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/ogre-react/OgreGraph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f47d6df

Please sign in to comment.