Skip to content

Commit

Permalink
debug: vercel build
Browse files Browse the repository at this point in the history
  • Loading branch information
gaboesquivel committed Apr 11, 2024
1 parent 619bd59 commit 25533fc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions apps/masterbots.ai/app/(browse)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@ import { BrowseInput } from '@/components/shared/browse-input'
import { getBrowseThreads, getCategories } from '@/services/hasura'

export default async function BrowsePage() {
// const categories = await getCategories()
const categories = await getCategories()
// const threads = await getBrowseThreads({
// limit: 20
// })
return (
<div className="container">
HELLO
{/* <CategoryTabs categories={categories} />
<CategoryTabs categories={categories} />
<BrowseInput />
<ThreadList initialThreads={threads} filter={{}} /> */}
{/* <ThreadList initialThreads={threads} filter={{}} /> */}
</div>
)
}

0 comments on commit 25533fc

Please sign in to comment.