mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
New Listings view (#192)
* completing found listings --------- Co-authored-by: Christian Kellner <Christian.Kellner1@ibm.com>
This commit is contained in:
committed by
GitHub
parent
dd5c5b29d9
commit
89d239c360
11
ui/src/views/listings/Listings.jsx
Normal file
11
ui/src/views/listings/Listings.jsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from 'react';
|
||||
|
||||
import ListingsTable from '../../components/table/ListingsTable.jsx';
|
||||
|
||||
export default function Listings() {
|
||||
return (
|
||||
<div>
|
||||
<ListingsTable />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user