Skip to content

Commit

Permalink
remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
noahwaldner committed Feb 21, 2024
1 parent 3d4dc96 commit 406f21b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
/* (c) Copyright Frontify Ltd., all rights reserved. */

import { render, screen, fireEvent } from '@testing-library/react';
import { render, screen } from '@testing-library/react';
import { describe, expect, test } from 'vitest';

import { Divider, DividerHeight, DividerStyle } from '../Divider';

const DEFAULT_COLOR = 'rgb(204, 204, 204)';
const DEFAULT_COLOR_HEX = '#CCC';
const COLOR_RGB = 'rgb(64, 101, 174)';
const COLOR_HEX = '#4065AE';
const DIVIDER_SELECTOR = 'fondue-divider';
const DIVIDER_LINE_SELECTOR = 'fondue-divider-line';
Expand Down

0 comments on commit 406f21b

Please sign in to comment.