From 0099aca7b0182129d71f8c6d3400bd48a392cf6b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 12:30:22 +0000 Subject: [PATCH] Update src/components/sections/hero/HeroVideoExpand.tsx --- src/components/sections/hero/HeroVideoExpand.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.49.1