lint fix... again

This commit is contained in:
Jason Hunter 2021-06-03 01:50:10 -04:00 committed by Blake Blackshear
parent 4a45b6e76d
commit c5f005afef

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';