diff --git a/src/pages/apitest/index.tsx b/src/pages/apitest/index.tsx index 2a23f9f..e69de29 100644 --- a/src/pages/apitest/index.tsx +++ b/src/pages/apitest/index.tsx @@ -1,14 +0,0 @@ -//pages/apitest/index.js or any other page - -import WebSocketComponent from '../../app/components/WebSocketComponent'; - -function SocketApp() { - return ( -
- {/* You can render other components or content here */} - -
- ); -} - -export default SocketApp;