All checks were successful
main-branch-frovide/pipeline/head This commit looks good
11 lines
204 B
Svelte
11 lines
204 B
Svelte
<script lang="ts">
|
|
import {Button} from "$lib/components/ui/button/index.js";
|
|
</script>
|
|
<div>
|
|
<p>FROVIDE.COM</p>
|
|
<p>안녕하세요 반갑습니다.</p>
|
|
<Button>버튼 테스트</Button>
|
|
</div>
|
|
|
|
|