lint fix... again

This commit is contained in:
Jason Hunter 2021-06-03 01:50:10 -04:00
parent a1def3674b
commit 79c3b5bc31

View File

@ -1,4 +1,4 @@
import { h, Fragment } from 'preact';
import { h } from 'preact';
import { useState } from 'preact/hooks';
import { addSeconds, differenceInSeconds, fromUnixTime, format, parseISO, startOfHour } from 'date-fns';
import ArrowDropdown from '../icons/ArrowDropdown';