From: Dessalines <tyhou13@gmx.com>
Date: Thu, 25 Mar 2021 16:04:05 +0000 (-0400)
Subject: Fix import.
X-Git-Url: http://these/git/readmes/%24%7Bargs.thread.url%7D?a=commitdiff_plain;h=1c5b86353d8017001580af5b411e12525e48159c;p=lemmy-ui.git

Fix import.
---

diff --git a/src/shared/components/app.tsx b/src/shared/components/app.tsx
index 6012d31..898c93c 100644
--- a/src/shared/components/app.tsx
+++ b/src/shared/components/app.tsx
@@ -11,7 +11,7 @@ import { Theme } from "./theme";
 import { Symbols } from "./symbols";
 import { GetSiteResponse } from "lemmy-js-client";
 import "./styles.scss";
-import { favIconPngUrl, favIconUrl } from "shared/utils";
+import { favIconPngUrl, favIconUrl } from "../utils";
 
 export interface AppProps {
   siteRes: GetSiteResponse;