got {messages,phone calls} {fetching,display} working

This commit is contained in:
m5r
2022-05-18 01:54:06 +02:00
parent 7dc9c403d8
commit 9c9b4a5af4
22 changed files with 543 additions and 133 deletions

View File

@ -1,7 +1,6 @@
import type { FunctionComponent } from "react";
import { useRef } from "react";
import { useNavigate } from "@remix-run/react";
import { Link } from "react-router-dom";
import { Link, useNavigate } from "@remix-run/react";
import Modal, { ModalTitle } from "~/features/core/components/modal";