diff --git a/src/frontend/src/components/common/Modal/index.tsx b/src/frontend/src/components/common/Modal/index.tsx index 9691da6a..6c9eb792 100644 --- a/src/frontend/src/components/common/Modal/index.tsx +++ b/src/frontend/src/components/common/Modal/index.tsx @@ -1,3 +1,4 @@ +// @ts-nocheck import React, { MouseEventHandler, ReactNode, useRef } from 'react'; import { CSSTransition } from 'react-transition-group';