From 9248607efa5f68463f97c857f0be2f50a5756040 Mon Sep 17 00:00:00 2001 From: Sindre Kjelsrud Date: Wed, 19 Jul 2023 17:32:48 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fjernet=20ubrukt=20import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Markus A. R. Johansen --- frontend/src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/index.tsx b/frontend/src/index.tsx index 8b71297..4127920 100644 --- a/frontend/src/index.tsx +++ b/frontend/src/index.tsx @@ -1,6 +1,6 @@ import CardsContainer from "./components/CardsContainer"; import "@navikt/ds-css"; -import { Button, Heading, Search } from "@navikt/ds-react"; +import { Button, Search } from "@navikt/ds-react"; import Header from "./components/Header"; import { PlusIcon } from "@navikt/aksel-icons"; import Filtermeny from "./components/Filtermeny";