fix linter errors

This commit is contained in:
Daniel Avila 2023-02-21 19:40:28 -05:00
parent 7b7548c905
commit 168d5e8075
6 changed files with 8 additions and 13 deletions

View file

@ -1,5 +1,4 @@
import React from 'react';
import { CSSTransition } from 'react-transition-group';
export default function ScrollToBottom({ scrollHandler}) {