refactor: remove unused import and fix typo in HomePage

This commit is contained in:
2025-11-12 15:51:00 +01:00
parent eba1bb7047
commit dfe71dd4eb
2 changed files with 1 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
"use client";
import { Eyebrow, H3, P } from "@/components/Texts";
import MeshNetworking from "./animations/Meshnetworking";
import NoExtraction from "./animations/NoExtraction";
import NoControl from "./animations/NoControl";
import NoCentral from "./animations/NoCentral";