Skip to content

Commit

Permalink
fix: missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
marisademeglio committed Oct 5, 2023
1 parent b52ebad commit 1b88aaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/components/JobDetailsPane/Results.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { FileLink } from '../FileLink'
import remarkGfm from 'remark-gfm'
import { externalLinkClick } from 'renderer/utils'
import Markdown from 'react-markdown'
const { App } = window

export function Results({ job }: { job: Job }) {
return (
Expand Down

0 comments on commit 1b88aaf

Please sign in to comment.