Skip to content

Commit

Permalink
chore: Clean imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-s-snyder committed Apr 24, 2024
1 parent 94626c3 commit c59ad59
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
/* eslint-disable no-undef */

import { TEST_LEGEND_LABEL, TEST_LEGEND_MARK, TEST_LEGEND_TITLE, TEST_MARK, TEST_X_AXIS_LABEL, TEST_X_AXIS_TICK, TEST_X_AXIS_TITLE, TEST_Y_AXIS_LABEL, TEST_Y_AXIS_TICK, TEST_Y_AXIS_TITLE } from '../../../test/util/test-constants.js';
import {
TEST_LEGEND_LABEL, TEST_LEGEND_MARK, TEST_LEGEND_TITLE, TEST_MARK,
TEST_X_AXIS_LABEL, TEST_X_AXIS_TICK, TEST_X_AXIS_TITLE, TEST_Y_AXIS_LABEL,
TEST_Y_AXIS_TICK, TEST_Y_AXIS_TITLE
} from '../../../test/util/test-constants.js';

const baseID = 'svg_c9f6953f-273d-40cc-a962-d74ae6872c72_';

Expand Down

0 comments on commit c59ad59

Please sign in to comment.