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