import React from "react"; import Sidebar from "./sidebar"; export default function Main() { return ( {/* ここにページの内容を配置 */}

Main Content

This is the main content of the page.

); }