blob: a3502b761fd2b011e0536c3f46c550899444d35b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---
layout: page
title: Team
description: The development of Faker is guided by an international team.
---
<script setup>
import TeamPage from './team/TeamPage.vue'
</script>
<TeamPage />
|