Added websocket

This commit is contained in:
Manik Maity
2024-11-13 18:37:05 +05:30
parent b3525c16dc
commit b394bbbd07
16 changed files with 308 additions and 48 deletions

View File

@@ -1,4 +1,5 @@
import React from "react";
import { Link } from "react-router-dom";
const ErrorFallback = ({ onRetry }) => {
return (
@@ -14,6 +15,9 @@ const ErrorFallback = ({ onRetry }) => {
>
Retry
</button>
<Link to="/" className="btn btn-ghost w-full">
Go Home
</Link>
</div>
</div>
);