Skip to content

Commit

Permalink
Reordered imports again
Browse files Browse the repository at this point in the history
  • Loading branch information
manhualu committed Oct 26, 2023
1 parent 4282bae commit dd94172
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/src/components/controls/CustomEvent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ import { StyledControlsButton } from '../../styles/ControlStyles';
import { DropdownButton, ExecuteButton, StyledTabPanel } from '../../styles/CustomEventStyles';
import { StyledList } from '../../styles/DroppedCardStyles';
import { parseAndCreateEventObj } from '../../utils/createEvent';
import { areValidEventTimes, createDateWithTime } from '../../utils/eventTimes';
import { areValidEventTimes, createDateWithTime, resizeWeekArray } from '../../utils/eventTimes';
import ColorPicker from './ColorPicker';
import CustomEventGeneral from './CustomEventGeneral';
import CustomEventTutoring from './CustomEventTutoring';
import { resizeWeekArray } from '../../utils/eventTimes';

const CustomEvent: React.FC = () => {
// Which element to make the popover stick to
Expand Down

0 comments on commit dd94172

Please sign in to comment.