import { Link } from "@tanstack/react-router" import { Button } from "@/components/ui/button" const ErrorComponent = () => { return (
Error Oops!

Something went wrong. Please try again.

) } export default ErrorComponent