feat(google-tasks): add find task action

This commit is contained in:
Rıdvan Akca
2024-01-16 16:27:45 +03:00
parent 7a6aa99840
commit 92a9b096ec
8 changed files with 107 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/google-tasks.svg
items:
- name: Find task
desc: Looking for an incomplete task.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />