Skip to content

Commit 3566b3a

Browse files
fix linting issue
1 parent 8dec9ab commit 3566b3a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • packages/web/src/app/(app)/chats

packages/web/src/app/(app)/chats/page.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ export default authenticatedPage(async () => {
1515
);
1616
}
1717
return <ChatsPage />;
18-
});
19-
``
18+
});

0 commit comments

Comments
 (0)