Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
giriawu committed Jan 7, 2025
1 parent 60b9c08 commit 4230381
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@
import type { ReactNode, ElementType, CSSProperties } from 'react';
import { Component } from 'react';

import debounce from 'lodash/debounce';

import { cssModules, isRTL } from '../../bpk-react-utils';

import STYLES from './BpkMobileScrollContainer.module.scss';

import debounce from 'lodash/debounce';

const getClassName = cssModules(STYLES);

const computeScrollBarAwareHeight = (
Expand Down

0 comments on commit 4230381

Please sign in to comment.