|
@@ -18,6 +18,7 @@ export const metadata: Metadata = { |
|
|
const Staff: React.FC = async () => { |
|
|
const Staff: React.FC = async () => { |
|
|
const { t } = await getServerI18n("projects"); |
|
|
const { t } = await getServerI18n("projects"); |
|
|
preloadTeamLeads() |
|
|
preloadTeamLeads() |
|
|
|
|
|
preloadStaff() |
|
|
return ( |
|
|
return ( |
|
|
<> |
|
|
<> |
|
|
<Stack |
|
|
<Stack |
|
|