feat(bluesky): add create post action

This commit is contained in:
Rıdvan Akca
2024-05-24 12:08:11 +02:00
parent 3c44f55f19
commit c07a02ef31
8 changed files with 142 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/bluesky.svg
items:
- name: Create post
desc: Creates a new post.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />