Skip to content

Commit

Permalink
Remove unused HorizontalLines import from HeroPage.tsx
Browse files Browse the repository at this point in the history
This unused import was cluttering the code and has now been removed. The cleanup helps maintain readability and reduces possible confusion.
  • Loading branch information
leolabdev committed Sep 21, 2024
1 parent 2f60858 commit 89e56d6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import {FC} from "react";

import { HeroContainer } from '@/entities/Hero';
import { RoutePaths } from '@/shared/appLinks/RoutePaths';
import { HorizontalLines } from '@/shared/ui/HorizontalLines';
import {withBackgroundImage} from "@/shared/lib/hocs/withBackgroundImage";
import bgPicture from "@/shared/assets/images/backgrounds/background.webp";

Expand Down

0 comments on commit 89e56d6

Please sign in to comment.