INIT
This commit is contained in:
7
frontend/src/app/sha/page.tsx
Normal file
7
frontend/src/app/sha/page.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Button } from "@/components/ui/button";
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<Button>Click me</Button>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user