diff --git a/apps/dolly-frontend/src/main/js/src/pages/tenorSoek/resultatVisning/TabsVisning.tsx b/apps/dolly-frontend/src/main/js/src/pages/tenorSoek/resultatVisning/TabsVisning.tsx
index 3724e2ed864..16545afd3df 100644
--- a/apps/dolly-frontend/src/main/js/src/pages/tenorSoek/resultatVisning/TabsVisning.tsx
+++ b/apps/dolly-frontend/src/main/js/src/pages/tenorSoek/resultatVisning/TabsVisning.tsx
@@ -1,7 +1,8 @@
import { Tabs } from '@navikt/ds-react'
-import React, { lazy } from 'react'
+import React, { lazy, Suspense } from 'react'
import styled from 'styled-components'
import { FileCodeIcon, KeyVerticalIcon } from '@navikt/aksel-icons'
+import Loading from '@/components/ui/loading/Loading'
const TabsVisningFormatter = styled.div`
width: 100%;
@@ -56,7 +57,9 @@ export const TabsVisning = ({ children, kildedata }: any) => {
marginBottom: '15px',
}}
>
-
+ }>
+
+