Remove unused markup
This commit is contained in:
parent
f29ab86582
commit
f6611daad8
@ -1,7 +1,6 @@
|
||||
import React from 'react';
|
||||
|
||||
import {
|
||||
Content,
|
||||
FlexboxGrid,
|
||||
Panel,
|
||||
Form,
|
||||
@ -17,7 +16,6 @@ const boxStyle = {
|
||||
|
||||
export default function Login() {
|
||||
return (
|
||||
<Content>
|
||||
<FlexboxGrid justify='center'>
|
||||
<FlexboxGrid.Item>
|
||||
<Panel header={<h3>Login</h3>} bordered style={boxStyle}>
|
||||
@ -49,6 +47,5 @@ export default function Login() {
|
||||
</Panel>
|
||||
</FlexboxGrid.Item>
|
||||
</FlexboxGrid>
|
||||
</Content>
|
||||
);
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
import React from 'react';
|
||||
|
||||
import {
|
||||
Content,
|
||||
FlexboxGrid,
|
||||
Panel,
|
||||
Form,
|
||||
@ -18,7 +17,6 @@ const boxStyle = {
|
||||
|
||||
export default function Register() {
|
||||
return (
|
||||
<Content>
|
||||
<FlexboxGrid justify='center'>
|
||||
<FlexboxGrid.Item>
|
||||
<Panel header={<h3>Register</h3>} bordered style={boxStyle}>
|
||||
@ -73,6 +71,5 @@ export default function Register() {
|
||||
</Panel>
|
||||
</FlexboxGrid.Item>
|
||||
</FlexboxGrid>
|
||||
</Content>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user