reorganize files & rm unused

This commit is contained in:
Martti Malmi
2023-11-28 12:05:55 +02:00
parent 79e303f097
commit ad0f691577
68 changed files with 64 additions and 155 deletions

View File

@ -2,7 +2,7 @@ import React, { useEffect, useMemo, useState } from "react";
import { FormattedMessage, useIntl } from "react-intl";
import { useNavigate, useParams } from "react-router-dom";
import UnreadCount from "@/Element/UnreadCount";
import UnreadCount from "@/Pages/Messages/UnreadCount";
import ProfileImage from "@/Element/User/ProfileImage";
import { parseId } from "@/SnortUtils";
import NoteToSelf from "@/Element/User/NoteToSelf";