Skip to content

Commit

Permalink
Fix import after merging
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorbg committed Feb 3, 2025
1 parent ad8b79e commit d8b0cc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from 'react';
import { Header, Table } from 'semantic-ui-react';
import { events } from '../../../lib/wca-data.js.erb';
import { WCA_EVENT_IDS } from '../../wca/EventSelector';
import { events, WCA_EVENT_IDS } from '../../../lib/wca-data.js.erb';
import { HistoryRow } from '../TableRows';
import { HistoryHeader } from '../TableHeaders';
import { augmentAndGroupResults } from './utils';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from 'react';
import { Header, Table } from 'semantic-ui-react';
import { events } from '../../../lib/wca-data.js.erb';
import { WCA_EVENT_IDS } from '../../wca/EventSelector';
import { events, WCA_EVENT_IDS } from '../../../lib/wca-data.js.erb';
import { RecordRow } from '../TableRows';
import { MixedHeader } from '../TableHeaders';
import { augmentAndGroupResults } from './utils';
Expand Down

0 comments on commit d8b0cc4

Please sign in to comment.