Skip to content

Commit

Permalink
Export LegendText in index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
amaliejvik committed Aug 5, 2024
1 parent 6050cc7 commit 4a35391
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export { default as InfiniteLine } from "./Components/InfiniteLine";
export { default as InputField } from "./Components/InputField";
export { default as Label } from "./Components/Label";
export { default as Latex } from "./Components/Latex";
export { default as LegendText } from "./Components/LegendText";
export { default as LegendBox } from "./Components/LegendBox";
export { default as Line } from "./Components/Line";
export { default as Plot } from "./Components/Plot";
Expand Down

0 comments on commit 4a35391

Please sign in to comment.