note creation file reordering

This commit is contained in:
Martti Malmi
2023-11-28 11:39:12 +02:00
parent 3541f7fea3
commit 398ab46e42
9 changed files with 44 additions and 41 deletions

View File

@ -5,7 +5,7 @@ import { ProfileLink } from "../../Element/User/ProfileLink";
import Avatar from "../../Element/User/Avatar";
import useLogin from "../../Hooks/useLogin";
import { useUserProfile } from "@snort/system-react";
import { NoteCreatorButton } from "../../Element/Event/NoteCreatorButton";
import { NoteCreatorButton } from "../../Element/Event/Create/NoteCreatorButton";
import { FormattedMessage } from "react-intl";
import classNames from "classnames";
import { HasNotificationsMarker } from "@/Pages/Layout/AccountHeader";