Skip to content

Commit 2329092

Browse files
committed
lint fix
1 parent faefea8 commit 2329092

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/views/schedule-details/schedule-details-backfills-table/__tests__/schedule-details-backfills-table.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import React from 'react';
22

33
import { render, screen, userEvent } from '@/test-utils/rtl';
44

5+
import { type Props as ScheduleDetailsSectionHeaderProps } from '../../schedule-details-section-header/schedule-details-section-header.types';
56
import ScheduleDetailsBackfillsTable from '../schedule-details-backfills-table';
67
import { type BackfillInfo } from '../schedule-details-backfills-table.types';
7-
import { type Props as ScheduleDetailsSectionHeaderProps } from '../../schedule-details-section-header/schedule-details-section-header.types';
88

99
const mockBackfills: BackfillInfo[] = [
1010
{

0 commit comments

Comments
 (0)