fixes
This commit is contained in:
11
src/pages/Payouts/Payouts.js
Normal file
11
src/pages/Payouts/Payouts.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from 'react';
|
||||
|
||||
import {ProfileHeader} from "../../components/ProfileHeader/ProfileHeader";
|
||||
|
||||
export const Payouts = () => {
|
||||
return (
|
||||
<div className='payouts'>
|
||||
<ProfileHeader />
|
||||
</div>
|
||||
)
|
||||
};
|
Reference in New Issue
Block a user