We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f30e35 commit 2bb93d5Copy full SHA for 2bb93d5
1 file changed
apps/web/app/page.tsx
@@ -62,7 +62,6 @@ function HomeContent() {
62
{currentTab === "x" ? <XEditor /> : null}
63
{currentTab === "notebook" ? <NotebookEditor /> : null}
64
{currentTab === "profile" ? <ProfileEditor /> : null}
65
-
66
</CardSizeProvider>
67
</MainHomeLayout>
68
);
@@ -75,4 +74,3 @@ export default function Home() {
75
74
</Suspense>
76
77
}
78
0 commit comments