Skip to content

Commit

Permalink
fix: linting remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Jun 1, 2022
1 parent dcf8227 commit 3ae53cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/animation/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Copyright (c) 2021 Samuel Gratzl <[email protected]>
*/

import React, { CSSProperties, Ref, ReactNode, useMemo, Component } from 'react';
import React, { CSSProperties, Ref, ReactNode, useMemo } from 'react';
import './styles.css';
import LineUpLite, {
asTextColumn,
Expand Down

0 comments on commit 3ae53cf

Please sign in to comment.