Skip to content

Commit 853e15f

Browse files
committed
cmd+k
1 parent 7b16498 commit 853e15f

File tree

2 files changed

+282
-125
lines changed

2 files changed

+282
-125
lines changed

apps/dashboard/app/(main)/layout.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { Sidebar } from "@/components/layout/sidebar";
2+
import { CommandSearch } from "@/components/ui/command-search";
23

34
export default function MainLayout({
45
children,
@@ -8,6 +9,7 @@ export default function MainLayout({
89
return (
910
<div className="h-screen overflow-hidden text-foreground">
1011
<Sidebar />
12+
<CommandSearch />
1113
<div className="relative h-screen pl-0 md:pl-76 lg:pl-84">
1214
<div className="h-screen overflow-y-auto overflow-x-hidden pt-12 md:pt-0">
1315
{children}

0 commit comments

Comments
 (0)