Styling changes and rebrand to ScanWave

This commit is contained in:
Roman Krček
2025-06-25 14:53:51 +02:00
parent 906f0376d2
commit c28c338de4
5 changed files with 72 additions and 32 deletions

View File

@@ -3,6 +3,5 @@ export async function load({ locals }) {
.from('events')
.select('*')
.order('date', { ascending: false });
console.log('events', events);
return { events };
}