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/locationBar/SecurityLabel.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/renderer/src/components/locationBar/SecurityLabel.tsx') diff --git a/packages/renderer/src/components/locationBar/SecurityLabel.tsx b/packages/renderer/src/components/locationBar/SecurityLabel.tsx index ac51cff..7521fa6 100644 --- a/packages/renderer/src/components/locationBar/SecurityLabel.tsx +++ b/packages/renderer/src/components/locationBar/SecurityLabel.tsx @@ -27,8 +27,8 @@ import { SecurityLabelKind } from '@sophie/shared'; import React from 'react'; import { useTranslation } from 'react-i18next'; -import LocationInputAdornment from './LocationInputAdornment'; -import getAlertColor from './getAlertColor'; +import LocationInputAdornment from './LocationInputAdornment.js'; +import getAlertColor from './getAlertColor.js'; const SecurityLabelRoot = styled(LocationInputAdornment, { name: 'SecurityLabel', -- cgit v1.2.3-70-g09d2