File tree 2 files changed +2
-2
lines changed
src/routes/team/[team]/[env]
app/[app]/vulnerability-report
job/[job]/vulnerability-report
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
import WarningIcon from ' $lib/icons/WarningIcon.svelte' ;
9
9
import { parseImage } from ' $lib/utils/image' ;
10
10
import { CopyButton , Heading } from ' @nais/ds-svelte-community' ;
11
- import type { PageProps } from ' ../image /$houdini' ;
11
+ import type { PageProps } from ' ./$houdini' ;
12
12
13
13
let { data }: PageProps = $props ();
14
14
Original file line number Diff line number Diff line change 8
8
import WarningIcon from ' $lib/icons/WarningIcon.svelte' ;
9
9
import { parseImage } from ' $lib/utils/image' ;
10
10
import { CopyButton , Heading } from ' @nais/ds-svelte-community' ;
11
- import type { PageProps } from ' ../image /$houdini' ;
11
+ import type { PageProps } from ' ./$houdini' ;
12
12
13
13
let { data }: PageProps = $props ();
14
14
You can’t perform that action at this time.
0 commit comments