feat(changedetection): add create watch action

This commit is contained in:
Rıdvan Akca
2024-05-13 16:31:18 +02:00
parent c095d3138b
commit 58c90da385
6 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/changedetection.svg
items:
- name: Create a watch
desc: Creates a new change detection watch for a specific website.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />