Skip to content

Commit

Permalink
empties apitest file
Browse files Browse the repository at this point in the history
  • Loading branch information
suyeshs committed Sep 23, 2023
1 parent 7ae79e1 commit 9bd8240
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/pages/apitest/index.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +0,0 @@
//pages/apitest/index.js or any other page

import WebSocketComponent from '../../app/components/WebSocketComponent';

function SocketApp() {
return (
<div>
{/* You can render other components or content here */}
<WebSocketComponent />
</div>
);
}

export default SocketApp;

0 comments on commit 9bd8240

Please sign in to comment.