Skip to content

Commit

Permalink
chore: test button
Browse files Browse the repository at this point in the history
  • Loading branch information
jw-r committed Apr 26, 2024
1 parent 7a8fd16 commit 17f7fa4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/app/(routes)/repository/page.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
import { Button } from '@/components/ui/button'

export default function Repository() {
return <div>Repository</div>
return (
<div>
<Button>배포 자동화 테스트</Button>
</div>
)
}

0 comments on commit 17f7fa4

Please sign in to comment.