Browse Source

update

tags/Baseline_30082024_FRONTEND_UAT
MSI\derek 1 year ago
parent
commit
09389931f2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/app/(main)/staff/page.tsx

+ 1
- 0
src/app/(main)/staff/page.tsx View File

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


Loading…
Cancel
Save