new components

This commit is contained in:
soyed 2021-03-28 18:19:40 -04:00
parent 88098c4ce4
commit 028c8a6e3d
11 changed files with 655 additions and 0 deletions

View file

@ -0,0 +1,9 @@
import React, { Component } from "react";
class ListingPage extends Component {
render() {
return <div>ListingPage</div>;
}
}
export default ListingPage;