diff --git a/src/app/(routes)/repository/page.tsx b/src/app/(routes)/repository/page.tsx index afa24e7a..32c7270c 100644 --- a/src/app/(routes)/repository/page.tsx +++ b/src/app/(routes)/repository/page.tsx @@ -1,3 +1,9 @@ +import { Button } from '@/components/ui/button' + export default function Repository() { - return
Repository
+ return ( +
+ +
+ ) }