Skip to content

Commit

Permalink
feat: universal modal fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fulcanellee committed Dec 20, 2024
1 parent fd7e84a commit 2cc0946
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import cn from 'classnames';

import { BaseModal } from '@alfalab/core-components-base-modal';

import { getMarginValues } from '../../../utils/getMarginValues';
import { useModalHeight } from '../../hooks/useModalHeight';
import { useModalMargin } from '../../hooks/useModalMargin';
import { useModalWheel } from '../../hooks/useModalWheel';
Expand All @@ -11,7 +12,6 @@ import { ModalBySideProps } from '../../types/props';
import { BaseUniversalModalContent } from '../base-universal-modal-content/base-universal-modal-content';

import styles from './side-modal.module.css';
import { getMarginValues } from '../../../utils/getMarginValues';

export const SideModal = forwardRef<HTMLDivElement, ModalBySideProps>((props, ref) => {
const {
Expand Down

0 comments on commit 2cc0946

Please sign in to comment.