Browse Source

Update src/pages/Messages.tsx

Co-authored-by: Copilot <[email protected]>
pull/640/head
Dan Ditomaso 1 year ago
committed by GitHub
parent
commit
79c1e6ecfe
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/pages/Messages.tsx

2
src/pages/Messages.tsx

@ -28,8 +28,6 @@ import { Input } from "@components/UI/Input.tsx";
import { randId } from "@core/utils/randId.ts"; import { randId } from "@core/utils/randId.ts";
import { useTranslation } from "react-i18next"; import { useTranslation } from "react-i18next";
import { useNavigate, useParams } from "@tanstack/react-router"; import { useNavigate, useParams } from "@tanstack/react-router";
import { useLocation } from "@tanstack/react-router";
type NodeInfoWithUnread = Protobuf.Mesh.NodeInfo & { unreadCount: number }; type NodeInfoWithUnread = Protobuf.Mesh.NodeInfo & { unreadCount: number };
export const MessagesPage = () => { export const MessagesPage = () => {

Loading…
Cancel
Save