We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a94d2a1 commit 5966393Copy full SHA for 5966393
src/pages/Login/Login.tsx
@@ -1,13 +1,15 @@
1
/** @jsxImportSource @emotion/react */
2
import React from 'react';
3
4
+import Notifications from 'components/Notifications';
5
+
6
import LoginForm from './components/LoginForm';
7
import { Subtitle, TextContainer, Title, Wrapper } from './Login.style';
8
9
const Login: React.FC = () => {
10
return (
11
<Wrapper>
- {/*<Notifications />*/}
12
+ <Notifications />
13
<TextContainer>
14
<Title>Welcome!</Title>
15
<Subtitle>Please sign in using your credentials to access your account.</Subtitle>
0 commit comments