Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
romgrk committed Feb 22, 2024
1 parent d9e596b commit b34e258
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/mui-material-next/src/ButtonBase/useLazyRipple.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use client';
import * as React from 'react';
import useLazyRef from '@mui/utils/useLazyRef';
import { TouchRippleActions } from './TouchRipple.types';
Expand Down
1 change: 1 addition & 0 deletions packages/mui-material/src/ButtonBase/useLazyRipple.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use client';
import * as React from 'react';
import useLazyRef from '@mui/utils/useLazyRef';

Expand Down

0 comments on commit b34e258

Please sign in to comment.