Skip to content

Commit

Permalink
refactor: rename HighligtedElement.tsx to HighlightableElement.tsx
Browse files Browse the repository at this point in the history
Rename HighlightedElement.tsx to HighlightableElement.tsx to reflect the name of the component.
  • Loading branch information
Charanor committed Oct 15, 2021
1 parent 38b9773 commit be74670
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { HighlightableElementProvider } from "./context";
export { default as HighlightableElement } from "./HighlightedElement";
export { default as HighlightableElement } from "./HighlightableElement";
export { default as HighlightOverlay } from "./HighlightOverlay";

0 comments on commit be74670

Please sign in to comment.