shorter Element/FormattedMessage path

This commit is contained in:
Martti Malmi
2023-09-27 12:09:26 +03:00
parent cca17284ef
commit ea6b853057
52 changed files with 51 additions and 52 deletions

View File

@ -1,5 +1,5 @@
import { NostrEvent, NostrLink } from "@snort/system";
import FormattedMessage from "@snort/app/src/Element/FormattedMessage";
import FormattedMessage from "Element/FormattedMessage";
import { Link } from "react-router-dom";
import { findTag } from "SnortUtils";