Hook up header editor!

This commit is contained in:
Gregory Schier
2023-03-09 13:07:13 -08:00
parent 7d7f934e6a
commit fc40aead98
9 changed files with 57 additions and 21 deletions
+1 -1
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}