Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott committed Sep 7, 2024
1 parent 665e166 commit 525dc99
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/Element/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ class Element<P extends ElementArgs, S> extends React.Component<P, S> {
}
}

export { Element};
export { Element };
2 changes: 1 addition & 1 deletion src/components/Overlay/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ class Overlay extends Element<OverlayArgs, any> {

Overlay.ctor = OverlayClass;

export { Overlay};
export { Overlay };
2 changes: 1 addition & 1 deletion src/components/Panel/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ class Panel extends Element<PanelArgs, any> {

Panel.ctor = PanelClass;

export { Panel};
export { Panel };
2 changes: 1 addition & 1 deletion src/components/SliderInput/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ class SliderInput extends Element<SliderInputArgs, any> {

SliderInput.ctor = SliderInputClass;

export { SliderInput};
export { SliderInput };

0 comments on commit 525dc99

Please sign in to comment.