Skip to content

Commit

Permalink
Fixing build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
srmukher committed Jul 11, 2023
1 parent 0b88330 commit 2f6418b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import * as React from 'react';
import { render, screen, fireEvent, waitFor, queryAllByAttribute } from '@testing-library/react';
import { render, screen, fireEvent, waitFor } from '@testing-library/react';
import { chartPoints } from './VerticalBarChart.test';
import { DefaultPalette } from '@fluentui/react';
import { VerticalBarChart } from './VerticalBarChart';
Expand Down

0 comments on commit 2f6418b

Please sign in to comment.