diff --git a/src/components/hero.astro b/src/components/hero.astro index c7f787f..2dce5ed 100644 --- a/src/components/hero.astro +++ b/src/components/hero.astro @@ -2,7 +2,6 @@ import { BsSoundwave } from 'react-icons/bs/index'; import { Container } from './container'; -import { CipherText } from './cipher'; import { count as soundCount } from '@/lib/sounds'; @@ -27,9 +26,7 @@ const count = soundCount();