Skip to content

Commit 5966393

Browse files
committed
fix: login hotfix
1 parent a94d2a1 commit 5966393

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/pages/Login/Login.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
/** @jsxImportSource @emotion/react */
22
import React from 'react';
33

4+
import Notifications from 'components/Notifications';
5+
46
import LoginForm from './components/LoginForm';
57
import { Subtitle, TextContainer, Title, Wrapper } from './Login.style';
68

79
const Login: React.FC = () => {
810
return (
911
<Wrapper>
10-
{/*<Notifications />*/}
12+
<Notifications />
1113
<TextContainer>
1214
<Title>Welcome!</Title>
1315
<Subtitle>Please sign in using your credentials to access your account.</Subtitle>

0 commit comments

Comments
 (0)