added dummy job groups page

This commit is contained in:
victorAnumudu
2024-01-03 19:58:07 +01:00
parent 53d8b0f411
commit 98ddc5aaae
4 changed files with 182 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
import React from 'react'
import Layout from '../Partials/Layout'
export default function JobGroups() {
return (
<Layout>
<div>JobGroups</div>
</Layout>
)
}