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,6 +1,6 @@
import useImgProxy from "Hooks/useImgProxy";
import React, { useState } from "react";
import FormattedMessage from "@snort/app/src/Element/FormattedMessage";
import FormattedMessage from "Element/FormattedMessage";
import { getUrlHostname } from "SnortUtils";
interface ProxyImgProps extends React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement> {