Fix import.

This commit is contained in:
Dessalines 2022-02-24 10:29:56 -05:00
parent 97d265d00e
commit a0e70269f1

View file

@ -1,7 +1,7 @@
import { Component, linkEvent } from "inferno";
import { Post } from "lemmy-js-client";
import { relTags } from "shared/utils";
import { i18n } from "../../i18next";
import { relTags } from "../../utils";
import { Icon } from "../common/icon";
interface MetadataCardProps {