First article

SvelteKit
Svelte

Test article

This is a test article including a code block.

const add = (a: number, b: number) => {
	return a + b
}