mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-20 13:36:20 +00:00
Fixed coding styles
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { endOfDay } from 'date-fns';
|
||||
import DateInput from '../DateInput';
|
||||
import { DateRange } from './types';
|
||||
import { endOfDay } from 'date-fns';
|
||||
|
||||
interface DateRangeRowProps extends DateRange {
|
||||
onStartDateChange: (date: Date | null) => void;
|
||||
|
||||
Reference in New Issue
Block a user