13 lines
209 B
Markdown
13 lines
209 B
Markdown
---
|
|
favicon: /favicons/github.svg
|
|
items:
|
|
- name: Create issue
|
|
desc: Creates a new issue.
|
|
---
|
|
|
|
<script setup>
|
|
import CustomListing from '../../components/CustomListing.vue'
|
|
</script>
|
|
|
|
<CustomListing />
|