feat: update dependencies

This commit is contained in:
2024-01-04 22:11:10 -06:00
parent 7d39bb3d89
commit a6e072703d
2 changed files with 4 additions and 12 deletions
-8
View File
@@ -2,17 +2,9 @@ import Clanes from '@/app/Clanes'
import Hero from '@/app/Hero'
import Social from '@/app/Social'
import Team from '@/app/Team'
import { ensureRoles } from '@/services/backend/roles'
import { ensureTeamApplyCollection } from '@/services/backend/teamApply'
import { type FC } from 'react'
const ensureAll = async (): Promise<void> => {
await ensureRoles()
await ensureTeamApplyCollection()
}
const HomePage: FC = async () => {
await ensureAll()
return (
<>
<Hero />