forked from wts/wts
公开完整前后端的代码
This commit is contained in:
5
front/src/routes/op/scheduler/+page.svelte
Normal file
5
front/src/routes/op/scheduler/+page.svelte
Normal file
@@ -0,0 +1,5 @@
|
||||
<script lang="ts">
|
||||
import type { PageProps } from './$types';
|
||||
|
||||
let { data }: PageProps = $props();
|
||||
</script>
|
||||
Reference in New Issue
Block a user