Add header component with responsive navigation
This commit is contained in:
11
app/(backend)/page.tsx
Normal file
11
app/(backend)/page.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Button } from "@/components/ui/button";
|
||||
|
||||
const Home = () => {
|
||||
return (
|
||||
<div className="flex min-h-screen home-wrapper">
|
||||
<Button>Backend Home Page</Button>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Home;
|
||||
Reference in New Issue
Block a user