Skip to content

Commit b52cc67

Browse files
committed
fix: Layout imports
1 parent 37610c1 commit b52cc67

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

packages/onboarding-ui/src/pages/CreateNewPasswordPage/CreateNewPasswordPage.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { Box } from '@rocket.chat/fuselage';
2-
import { ActionLink } from '@rocket.chat/layout';
3-
import BackgroundLayer from '@rocket.chat/layout/src/BackgroundLayer';
2+
import { ActionLink, BackgroundLayer } from '@rocket.chat/layout';
43
import type { ReactElement } from 'react';
54
import type { SubmitHandler, Validate } from 'react-hook-form';
65
import { Trans, useTranslation } from 'react-i18next';

packages/onboarding-ui/src/pages/RedirectPage/RedirectPage.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { Box, Margins } from '@rocket.chat/fuselage';
2-
import { ActionLink, LayoutLogo } from '@rocket.chat/layout';
3-
import BackgroundLayer from '@rocket.chat/layout/src/BackgroundLayer';
2+
import { ActionLink, LayoutLogo, BackgroundLayer } from '@rocket.chat/layout';
43
import type { ReactElement } from 'react';
54
import { useEffect, useState } from 'react';
65
import { useTranslation, Trans } from 'react-i18next';

0 commit comments

Comments
 (0)