ADD events

This commit is contained in:
2024-10-21 17:19:00 +02:00
parent a2bf2edd99
commit eead322787
5 changed files with 124 additions and 15 deletions

View File

@@ -0,0 +1,10 @@
import Freelancefest_2024 from '@/components/events/Freelancefest_2024'
export default function freelancefest() {
return (
<>
<Freelancefest_2024 />
</>
)
}