Skip to content

Commit 8d7abfd

Browse files
committed
refactor: remove unused imports and clean up toast handling in Page component
1 parent ee8ef26 commit 8d7abfd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/test/page.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import { myBookmarks } from "@/backend/services/bookmark.action";
44
import { toast } from "@/components/toast";
5-
import { actionPromisify, sleep } from "@/lib/utils";
65

76
const Page = () => {
87
return (
@@ -12,7 +11,6 @@ const Page = () => {
1211
const res = await toast.promise(
1312
myBookmarks({ limit: 1, page: 1, offset: 0 })
1413
);
15-
toast.success(res!);
1614
}}
1715
>
1816
open

0 commit comments

Comments
 (0)