From e82f42852badd60daf68ef01bdf7594bde247778 Mon Sep 17 00:00:00 2001 From: Dan Ko Date: Tue, 12 Sep 2023 14:35:40 -0400 Subject: [PATCH] fix eslint error --- src/app/tech-stack/components/fixtures/TechStack.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/tech-stack/components/fixtures/TechStack.ts b/src/app/tech-stack/components/fixtures/TechStack.ts index 56c216f9..6d3f9af1 100644 --- a/src/app/tech-stack/components/fixtures/TechStack.ts +++ b/src/app/tech-stack/components/fixtures/TechStack.ts @@ -1,4 +1,4 @@ -import { CardType } from "../types/types"; +import { CardType } from "@/app/tech-stack/components/types/types"; export interface TechItem { id: number;