mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-21 12:06:35 +08:00
chore: sort imports
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import React from 'react';
|
||||
import {
|
||||
Calendar as ReactCalendar,
|
||||
type CalendarProps,
|
||||
|
||||
@@ -2,10 +2,9 @@ import 'react-date-range/dist/styles.css'; // main css file
|
||||
import 'react-date-range/dist/theme/default.css'; // theme css file
|
||||
|
||||
// export { DateRange } from 'react-date-range';
|
||||
export { DateRange } from './DateRange';
|
||||
export { Calendar } from './Calendar';
|
||||
|
||||
export type { DateRangeProps, Range } from './DateRange';
|
||||
export type { CalendarProps } from './Calendar';
|
||||
export { DateRange } from './DateRange';
|
||||
export type { DateRangeProps, Range } from './DateRange';
|
||||
|
||||
// export const NewDateRange = DateRange;
|
||||
|
||||
Reference in New Issue
Block a user