diff --git a/src/components/SurveyList/index.tsx b/src/components/SurveyList/index.tsx index 8916bfb..3866b46 100644 --- a/src/components/SurveyList/index.tsx +++ b/src/components/SurveyList/index.tsx @@ -6,7 +6,7 @@ import 'swiper/swiper-bundle.min.css'; import SurveyComponent from 'components/Survey'; import { Survey } from 'types/Survey'; -type SurveyListProps = { surveys: Survey[]; onPageChange: any }; +type SurveyListProps = { surveys: Survey[]; onPageChange: () => void }; function SurveyList({ surveys, onPageChange }: SurveyListProps) { return (