diff --git a/src/components/sections/hero/HeroVideoExpand.tsx b/src/components/sections/hero/HeroVideoExpand.tsx index ded84f7..267df03 100644 --- a/src/components/sections/hero/HeroVideoExpand.tsx +++ b/src/components/sections/hero/HeroVideoExpand.tsx @@ -1,4 +1,4 @@ -import { useState, useCallback } from 'react'; +import { useState } from 'react'; interface HeroVideoExpandProps { title: string;