react-server675fbba4
react-serverfilesexamplestyped-file-routerpagesdashboard@sidebarindex.tsx
examples/typed-file-router/pages/dashboard/@sidebar/index.tsxtsx138 B50c2cd16
export default function SidebarDefault() {
  return (
    <div style={{ color: "#999" }}>
      <p>Default sidebar.</p>
    </div>
  );
}