Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-07-29 14:15:18 -03:00
parent 12fe9d63b4
commit 0110bf782b
11 changed files with 1098 additions and 17 deletions

View File

@@ -0,0 +1,7 @@
import { Button } from "@workspace/ui/components/button"
export default async function Page() {
return (
<></>
)
}