From 1c5b86353d8017001580af5b411e12525e48159c Mon Sep 17 00:00:00 2001
From: Dessalines <tyhou13@gmx.com>
Date: Thu, 25 Mar 2021 12:04:05 -0400
Subject: [PATCH] Fix import.

---
 src/shared/components/app.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
-- 
2.44.1