Merge branch 'master' of https://gitlab.chiefsoft.net/WrenchBoard/Users-Wrench into JobList-Categories

This commit is contained in:
2023-06-19 21:25:18 +01:00
12 changed files with 569 additions and 74 deletions
+5 -5
View File
@@ -1,12 +1,12 @@
import React from 'react'
import Referral from '../components/Referral/Index'
import React from "react";
import Referral from "../components/Referral/Index";
function ReferralPage() {
return (
<>
<Referral />
<Referral />
</>
)
);
}
export default ReferralPage
export default ReferralPage;