Clean up unused type

This commit is contained in:
Jordan Eldredge 2019-08-20 07:42:54 -07:00
parent f32de1e653
commit 822391c401

View file

@ -21,11 +21,6 @@ interface DispatchProps {
type Props = StateProps & DispatchProps;
interface State {
stepping: boolean;
dragOffset: number;
}
const CHAR_WIDTH = 5;
const MARQUEE_MAX_LENGTH = 31;