Skip to content

Commit

Permalink
Re-order imports for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Main committed Nov 15, 2021
1 parent 0504b19 commit 051ae02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/components/pages/Courses/CoursesPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ import { CourseAPI } from 'client/api';
import { MESSAGE_TYPE, MESSAGE_ACTION, AppMessage } from 'client/classes';
import { OFFERED, COURSE_TABLE_COLUMN } from 'common/constants';
import { ViewResponse } from 'common/dto/view/ViewResponse.dto';
import { VerticalSpace } from 'client/components/layout';
import CourseInstanceTable from './CourseInstanceTable';
import { tableFields } from './tableFields';
import { VerticalSpace } from 'client/components/layout';

/**
* These columns are ALWAYS shown regardless of user choice
Expand Down

0 comments on commit 051ae02

Please sign in to comment.