mirror of
https://github.com/lainbo/component-party.git
synced 2026-04-05 13:09:03 +08:00
7 lines
128 B
Svelte
7 lines
128 B
Svelte
<script>
|
|
import FunnyButton from "./FunnyButton.svelte";
|
|
</script>
|
|
|
|
<FunnyButton />
|
|
<FunnyButton>I got content!</FunnyButton>
|