From 2f3f2ae7f098376f535e5aa993c9eedc14e36f5d Mon Sep 17 00:00:00 2001 From: Vijay A Date: Fri, 22 Mar 2024 02:33:33 +0530 Subject: Upgrade node modules --- src/containers/auth/AuthReleaseNotesScreen.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/containers/auth/AuthReleaseNotesScreen.tsx') diff --git a/src/containers/auth/AuthReleaseNotesScreen.tsx b/src/containers/auth/AuthReleaseNotesScreen.tsx index c9d2286e1..3191ba139 100644 --- a/src/containers/auth/AuthReleaseNotesScreen.tsx +++ b/src/containers/auth/AuthReleaseNotesScreen.tsx @@ -1,16 +1,16 @@ -import { Component } from 'react'; import { inject, observer } from 'mobx-react'; +import { Component } from 'react'; -import { IntlShape, defineMessages, injectIntl } from 'react-intl'; -import Markdown from 'markdown-to-jsx'; import { mdiArrowLeftCircle } from '@mdi/js'; -import { openExternalUrl } from '../../helpers/url-helpers'; +import Markdown from 'markdown-to-jsx'; +import { type IntlShape, defineMessages, injectIntl } from 'react-intl'; import Icon from '../../components/ui/icon'; import { ferdiumVersion } from '../../environment-remote'; import { getFerdiumVersion, getUpdateInfoFromGH, } from '../../helpers/update-helpers'; +import { openExternalUrl } from '../../helpers/url-helpers'; const messages = defineMessages({ headline: { -- cgit v1.2.3-70-g09d2