Removed a few container pages as we will be using hooks instead. Cleaned up a few debug statements.
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
import React from 'react'
|
||||
import React from "react";
|
||||
import { Row, Col } from "antd";
|
||||
|
||||
export default function FooterComponent() {
|
||||
return (
|
||||
<div>
|
||||
Copyright Snapt Software 2019. All rights reserved.
|
||||
</div>
|
||||
)
|
||||
return (
|
||||
<Row>
|
||||
<Col span={8} offset={9}>
|
||||
Copyright Snapt Software 2019. All rights reserved.
|
||||
</Col>
|
||||
</Row>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user