mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-17 06:19:41 +02:00
Hook up header editor!
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user