sidebar
This commit is contained in:
@@ -1,14 +1,11 @@
|
||||
import React from "react";
|
||||
import Sidebar from "./sidebar";
|
||||
|
||||
export default function Main() {
|
||||
return (
|
||||
<Sidebar>
|
||||
{/* ここにページの内容を配置 */}
|
||||
<div className="p-4">
|
||||
<h1 className="text-2xl font-bold">Main Content</h1>
|
||||
<p>This is the main content of the page.</p>
|
||||
<div className="flex">
|
||||
<div className="flex-grow bg-white rounded-lg m-2">
|
||||
aaa
|
||||
</div>
|
||||
</Sidebar>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user