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/components/auth/Welcome.tsx | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'src/components/auth/Welcome.tsx') diff --git a/src/components/auth/Welcome.tsx b/src/components/auth/Welcome.tsx index c1a2db386..ec1c167c0 100644 --- a/src/components/auth/Welcome.tsx +++ b/src/components/auth/Welcome.tsx @@ -1,14 +1,18 @@ -import { Component, ReactElement } from 'react'; -import { observer, inject } from 'mobx-react'; -import { defineMessages, injectIntl, WrappedComponentProps } from 'react-intl'; import { noop } from 'lodash'; -import serverlessLogin from '../../helpers/serverless-helpers'; -import shuffleArray from '../../helpers/array-helpers'; +import { inject, observer } from 'mobx-react'; +import { Component, type ReactElement } from 'react'; +import { + type WrappedComponentProps, + defineMessages, + injectIntl, +} from 'react-intl'; +import type { StoresProps } from '../../@types/ferdium-components.types'; import { serverName } from '../../api/apiBase'; +import shuffleArray from '../../helpers/array-helpers'; +import serverlessLogin from '../../helpers/serverless-helpers'; +import type RecipePreview from '../../models/RecipePreview'; import Link from '../ui/Link'; import { H1 } from '../ui/headline'; -import { StoresProps } from '../../@types/ferdium-components.types'; -import RecipePreview from '../../models/RecipePreview'; const messages = defineMessages({ signupButton: { -- cgit v1.2.3-70-g09d2