aboutsummaryrefslogtreecommitdiffstats
path: root/packages/renderer/src/components/errorPage/ErrorPage.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/renderer/src/components/errorPage/ErrorPage.tsx')
-rw-r--r--packages/renderer/src/components/errorPage/ErrorPage.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/renderer/src/components/errorPage/ErrorPage.tsx b/packages/renderer/src/components/errorPage/ErrorPage.tsx
index 10f54cd..dc01ddf 100644
--- a/packages/renderer/src/components/errorPage/ErrorPage.tsx
+++ b/packages/renderer/src/components/errorPage/ErrorPage.tsx
@@ -29,9 +29,9 @@ import { observer } from 'mobx-react-lite';
29import React from 'react'; 29import React from 'react';
30import { useTranslation } from 'react-i18next'; 30import { useTranslation } from 'react-i18next';
31 31
32import type Service from '../../stores/Service'; 32import type Service from '../../stores/Service.js';
33 33
34import CertificateDetails from './CertificateDetails'; 34import CertificateDetails from './CertificateDetails.js';
35 35
36interface ErrorDetails { 36interface ErrorDetails {
37 icon: JSX.Element; 37 icon: JSX.Element;