Add blog (4)

This commit is contained in:
2025-02-10 20:52:58 +09:00
parent 53c0fdfff8
commit 39adcdd502
13 changed files with 539 additions and 307 deletions

View File

@@ -2,8 +2,8 @@
import { page } from "$app/state";
import { limitWidth } from "$lib/constants";
import { cn } from "$lib/utils";
import LuCopyleft from "lucide-svelte/icons/copyleft";
import LuChevronsRight from "lucide-svelte/icons/chevrons-right";
import LuCopyleft from "lucide-svelte/icons/copyleft";
let { children } = $props();
</script>