From a0e70269f11867b65a1d38f5e3f64777b25864e6 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 24 Feb 2022 10:29:56 -0500 Subject: [PATCH] Fix import. --- src/shared/components/post/metadata-card.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/post/metadata-card.tsx b/src/shared/components/post/metadata-card.tsx index a3468997..8c27d2f2 100644 --- a/src/shared/components/post/metadata-card.tsx +++ b/src/shared/components/post/metadata-card.tsx @@ -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 {