Styling changes and rebrand to ScanWave
This commit is contained in:
@@ -3,6 +3,5 @@ export async function load({ locals }) {
|
||||
.from('events')
|
||||
.select('*')
|
||||
.order('date', { ascending: false });
|
||||
console.log('events', events);
|
||||
return { events };
|
||||
}
|
||||
Reference in New Issue
Block a user