Skip to content

Commit

Permalink
hot-fix: ignore ts on modal component
Browse files Browse the repository at this point in the history
  • Loading branch information
Sujit committed Dec 9, 2024
1 parent 5d4409c commit 53f90cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontend/src/components/common/Modal/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
import React, { MouseEventHandler, ReactNode, useRef } from 'react';
import { CSSTransition } from 'react-transition-group';

Expand Down

0 comments on commit 53f90cb

Please sign in to comment.