Skip to content

Commit 2bb93d5

Browse files
Notebook card (#2)
* Add notebook-card * new update --------- Co-authored-by: hmdroh <36459081+hmdroh@users.noreply.github.com>
1 parent 3f30e35 commit 2bb93d5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/web/app/page.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ function HomeContent() {
6262
{currentTab === "x" ? <XEditor /> : null}
6363
{currentTab === "notebook" ? <NotebookEditor /> : null}
6464
{currentTab === "profile" ? <ProfileEditor /> : null}
65-
6665
</CardSizeProvider>
6766
</MainHomeLayout>
6867
);
@@ -75,4 +74,3 @@ export default function Home() {
7574
</Suspense>
7675
);
7776
}
78-

0 commit comments

Comments
 (0)