From 8b8258dba937b44dd45581a6ef6555bb26d7fce2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amalie=20Mans=C3=A5ker?= Date: Thu, 6 Jul 2023 09:24:48 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Fiksa=20import=20og=20hydration?= =?UTF-8?q?=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sindre Kjelsrud Co-authored-by: Markus A. R. Johansen --- frontend/components/FeilCard.tsx | 2 +- frontend/pages/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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";