18 lines
406 B
Markdown
18 lines
406 B
Markdown
---
|
|
layout: home
|
|
---
|
|
|
|
<script setup>
|
|
import Contributors from './contributors.vue'
|
|
</script>
|
|
|
|
<div class="py-10"></div>
|
|
|
|
# Contributors
|
|
|
|
We would like to extend our heartfelt thanks to the following
|
|
individuals for their invaluable contributions to the GPUI Component
|
|
library. Their dedication, expertise, and passion have been
|
|
instrumental in shaping this project into what it is today.
|
|
|
|
<Contributors />
|