ActivityType Array for SQL
This commit is contained in:
5
src/routes/search/+page.svelte
Normal file
5
src/routes/search/+page.svelte
Normal file
@@ -0,0 +1,5 @@
|
||||
<script lang="ts">
|
||||
import type { PageData } from "./$types";
|
||||
|
||||
export let data: PageData;
|
||||
</script>
|
||||
Reference in New Issue
Block a user