Hook up header editor!

This commit is contained in:
Gregory Schier
2023-03-09 13:07:13 -08:00
parent 109006db66
commit de0bd57622
9 changed files with 57 additions and 21 deletions

View File

@@ -24,7 +24,7 @@ export function App({ matches }: { path: string; matches?: Params }) {
const isH = screenWidth > 900;
return (
<div className="grid grid-cols-[auto_1fr] h-full text-gray-900 overflow-hidden rounded-[11px]">
<div className="grid grid-cols-[auto_1fr] h-full text-gray-900 overflow-hidden">
<Sidebar
requests={requests ?? []}
workspaceId={workspaceId}