13 lines
205 B
Markdown
13 lines
205 B
Markdown
---
|
|
favicon: /favicons/twitter.svg
|
|
items:
|
|
- name: Create Tweet
|
|
desc: Create a tweet.
|
|
---
|
|
|
|
<script setup>
|
|
import CustomListing from '../../components/CustomListing.vue'
|
|
</script>
|
|
|
|
<CustomListing />
|