Enable more security by default.
This commit is contained in:
8
src/routes/idaa/(idaa)/archives/+page.svelte
Normal file
8
src/routes/idaa/(idaa)/archives/+page.svelte
Normal file
@@ -0,0 +1,8 @@
|
||||
<script lang="ts">
|
||||
/** @type {import('./$types').PageData} */
|
||||
export let data: any;
|
||||
let log_lvl = 2;
|
||||
// console.log(`ae_events_pres_mgmt event [event_id] +page.svelte data:`, data);
|
||||
|
||||
|
||||
</script>
|
||||
Reference in New Issue
Block a user