feat(reddit): add create link post action

This commit is contained in:
Rıdvan Akca
2023-11-10 18:18:26 +03:00
parent 97bcd3792b
commit ff00644e62
5 changed files with 71 additions and 0 deletions

View File

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