lint fix... again

This commit is contained in:
Jason Hunter
2021-06-05 07:30:18 -05:00
committed by Blake Blackshear
parent 4a45b6e76d
commit c5f005afef
+1 -1
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';