added fix
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
import React from 'react'
|
||||
import Layout from '../Partials/Layout'
|
||||
import ReferralDisplay from './ReferralDisplay'
|
||||
import React from "react";
|
||||
import Layout from "../Partials/Layout";
|
||||
import ReferralDisplay from "./ReferralDisplay";
|
||||
|
||||
function Referral() {
|
||||
return (
|
||||
<Layout>
|
||||
<ReferralDisplay />
|
||||
<ReferralDisplay />
|
||||
</Layout>
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
export default Referral
|
||||
export default Referral;
|
||||
|
||||
Reference in New Issue
Block a user