Skip to content

Commit

Permalink
fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kualta committed Jul 26, 2023
1 parent dad8e13 commit cb3cb84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/t/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Head from "next/head";
import Link from "next/link";
import { PageLayout } from "~/components/Layout";
import { CollapsedContext } from "~/components/Menu";
import { GlobalThreads, UserThreads } from "~/components/Threads";
import { GlobalThreads } from "~/components/Threads";

const ThreadsPage = () => {
return (
Expand All @@ -19,7 +19,6 @@ const ThreadsPage = () => {
</Link>
<div className="w-full">
<GlobalThreads />
<UserThreads />
</div>
</div>
</CollapsedContext.Provider>
Expand Down

1 comment on commit cb3cb84

@vercel
Copy link

@vercel vercel bot commented on cb3cb84 Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

twot – ./

twot-git-master-kualta.vercel.app
twot-kualta.vercel.app
twot.kualta.dev
twat.kualta.dev

Please sign in to comment.