Refactor code structure for improved readability and maintainability
This commit is contained in:
7
apps/web/src/app/(public)/(website)/(home)/page.tsx
Normal file
7
apps/web/src/app/(public)/(website)/(home)/page.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Button } from "@workspace/ui/components/button"
|
||||
|
||||
export default async function Page() {
|
||||
return (
|
||||
<></>
|
||||
)
|
||||
}
|
Reference in New Issue
Block a user