Skip to content

Commit

Permalink
Merge branch 'min-first-column' of github.com:k-rajat19/mui-x into mi…
Browse files Browse the repository at this point in the history
…n-first-column
  • Loading branch information
romgrk committed Sep 18, 2024
2 parents ddf538f + 31519fe commit b585bfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/x-charts/src/ChartsTooltip/useAxisTooltip.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use client';
import * as React from 'react';
import { AxisInteractionData, InteractionContext } from '../context/InteractionProvider';
import { useSeries } from '../hooks/useSeries';
Expand Down
1 change: 1 addition & 0 deletions packages/x-charts/src/ChartsTooltip/useItemTooltip.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use client';
import * as React from 'react';
import { InteractionContext, ItemInteractionData } from '../context/InteractionProvider';
import { useSeries } from '../hooks/useSeries';
Expand Down

0 comments on commit b585bfa

Please sign in to comment.