Skip to content

Commit

Permalink
Merge pull request #299 from Renumics/fix/ui-test-failure-in-ci
Browse files Browse the repository at this point in the history
Fix/UI test failure in ci
  • Loading branch information
neindochoh authored Oct 23, 2023
2 parents 1ef542e + 5ad4bde commit 9a648bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LineChart/LineChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
XAxis,
YAxis,
} from 'recharts';
import tw from 'twin.macro';
import tw, { styled } from 'twin.macro';
import { Vec2 } from '../../types';
import { largestTriangleThreeBuckets } from '../../math/downsampling';

Expand Down

0 comments on commit 9a648bd

Please sign in to comment.