refactor: remove unused text component imports

- Removed unused H2 import from HomeAurora.tsx
- Removed unused SectionHeader import from StackSection.tsx
- Cleaned up import statements to only include components being used
This commit is contained in:
2025-10-31 03:10:39 +01:00
parent b311cb22a4
commit 0837a8313c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import { H1, H2, H5 } from "@/components/Texts"
import { H1, H5 } from "@/components/Texts"
import { Button } from "@/components/Button"