mirror of
https://github.com/LukeHagar/Sveltey.git
synced 2025-12-06 04:21:38 +00:00
changes on main
This commit is contained in:
@@ -1,13 +1,8 @@
|
||||
<script lang="ts">
|
||||
// Icons
|
||||
import { Rocket, Database, Zap, Star, Users, GitBranch } from 'lucide-svelte';
|
||||
|
||||
interface Props {
|
||||
// Props are passed from the root +layout.svelte
|
||||
data: any; // Contains session from +layout.server.ts, then updated by +layout.svelte
|
||||
}
|
||||
import { Rocket, Database, Zap, Star, Users, GitBranch } from '@lucide/svelte';
|
||||
|
||||
let { data }: Props = $props();
|
||||
let { data } = $props();
|
||||
</script>
|
||||
|
||||
<div class="container mx-auto py-20 space-y-20">
|
||||
|
||||
Reference in New Issue
Block a user