new components
This commit is contained in:
parent
6095d04224
commit
00338c3529
11 changed files with 655 additions and 0 deletions
9
src/listings-page/listings-page.js
Normal file
9
src/listings-page/listings-page.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
import React, { Component } from "react";
|
||||
|
||||
class ListingsPage extends Component {
|
||||
render() {
|
||||
return <div>ListingsPage</div>;
|
||||
}
|
||||
}
|
||||
|
||||
export default ListingsPage;
|
Loading…
Add table
Add a link
Reference in a new issue