diff --git a/frontend/components/FeilCard.tsx b/frontend/components/FeilCard.tsx index e08aa8e..5e0f243 100644 --- a/frontend/components/FeilCard.tsx +++ b/frontend/components/FeilCard.tsx @@ -19,7 +19,7 @@ const FeilCard = () => { Dummy - Dummy Dummy Java +

Dummy Dummy Java

diff --git a/frontend/pages/index.tsx b/frontend/pages/index.tsx index 2254a57..d8da8cb 100644 --- a/frontend/pages/index.tsx +++ b/frontend/pages/index.tsx @@ -1,4 +1,4 @@ -import FeilCard from "@/components/feilCard"; +import FeilCard from "../components/FeilCard"; import "@navikt/ds-css"; import { Button, Heading, Search } from "@navikt/ds-react"; import axios , { Axios, AxiosError } from "axios";