Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shaankhosla committed Sep 23, 2023
1 parent efbdabe commit e009eaa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/desktop-client/src/components/schedules/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ import Search from '../common/Search';
import View from '../common/View';
import { Page } from '../Page';

import {
SchedulesTable,
ROW_HEIGHT,
type ScheduleItemAction,
} from './SchedulesTable';
import { SchedulesTable, type ScheduleItemAction } from './SchedulesTable';

export default function Schedules() {
const { pushModal } = useActions();
Expand Down

0 comments on commit e009eaa

Please sign in to comment.