Added base owners list page.
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
import React from 'react'
|
||||
import React from "react";
|
||||
import OwnersListContainer from "../../components/owners-list/owners-list.container";
|
||||
|
||||
export default function OwnersPageComponent() {
|
||||
return (
|
||||
<div>
|
||||
Owners Page
|
||||
</div>
|
||||
)
|
||||
return <OwnersListContainer />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user