Skip to content

Commit 7cfa8ee

Browse files
committed
fix: correct import path in SponsorBadge.tsx
Use @views alias instead of relative path to fix unresolved import error. This achieves zero ESLint errors in the codebase.
1 parent 25d68ac commit 7cfa8ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/2023/Home/components/Sponsors/SponsorBadge.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44
leftVariants,
55
rightVariants,
66
StyledSponsorBadgeLeft,
7-
} from "./Sponsors.style";
7+
} from "@views/Home/components/Sponsors/Sponsors.style";
88

99
import type { FC } from "react";
1010

0 commit comments

Comments
 (0)