From 8484d3262dfb4fedd8b83f65d053bc21e455008d Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Wed, 25 May 2022 18:40:23 +0200 Subject: chore: use node16 moduleResolution where possible MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We can't do this in the renderer package, because we need to import MUI files that are not exported (MUI v6 is not ESM yet). Signed-off-by: Kristóf Marussy --- packages/renderer/src/components/banner/InsecureConnectionBanner.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/renderer/src/components/banner/InsecureConnectionBanner.tsx') diff --git a/packages/renderer/src/components/banner/InsecureConnectionBanner.tsx b/packages/renderer/src/components/banner/InsecureConnectionBanner.tsx index 0b70db6..6165153 100644 --- a/packages/renderer/src/components/banner/InsecureConnectionBanner.tsx +++ b/packages/renderer/src/components/banner/InsecureConnectionBanner.tsx @@ -27,9 +27,9 @@ import { observer } from 'mobx-react-lite'; import React from 'react'; import { useTranslation } from 'react-i18next'; -import type Service from '../../stores/Service'; +import type Service from '../../stores/Service.js'; -import NotificationBanner from './NotificationBanner'; +import NotificationBanner from './NotificationBanner.js'; function InsecureConnectionBanner({ service, -- cgit v1.2.3-70-g09d2