10 lines
175 B
Vue
10 lines
175 B
Vue
<script setup lang="ts">
|
|
import { Button } from '@/lib/registry/new-york/ui/button'
|
|
</script>
|
|
|
|
<template>
|
|
<Button variant="secondary">
|
|
Secondary
|
|
</Button>
|
|
</template>
|