Commented out search bar UI

This commit is contained in:
James Ritchie
2022-03-20 17:23:19 +00:00
parent f2a4488d29
commit a1a61dd562
+1 -1
View File
@@ -12,7 +12,7 @@ export function JsonView({ children }: { children: React.ReactNode }) {
<div className="flex-1 pr-2 min-w-0">
<PathBar />
</div>
<SearchBar />
{/* <SearchBar /> */}
</div>
{children}