File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import bodyParser from "body-parser" ;
2+ import { safeParseInt } from "common/lib/result/safeParseInt" ;
23import express from "express" ;
3- import { safeParseInt } from "../common/lib/result/safeParseInt" ;
44import * as chat from "../database/chat" ;
55import * as relation from "../database/matches" ;
66import * as storage from "../database/picture" ;
Original file line number Diff line number Diff line change 11import { Box , List , Typography } from "@mui/material" ;
2+ import type { RoomOverview } from "common/types" ;
23import { useNavigate } from "react-router-dom" ;
3- import type { RoomOverview } from "../../common/types" ;
4- import { HumanListItem } from "../human/humanListItem" ;
4+ import { HumanListItem } from "~/components/human/humanListItem" ;
55
66type RoomListProps = {
77 roomsData : RoomOverview [ ] | null ;
You can’t perform that action at this time.
0 commit comments