Fix import.

This commit is contained in:
Dessalines 2021-03-25 12:04:05 -04:00
parent 159e3a0035
commit 1c5b86353d
1 changed files with 1 additions and 1 deletions

View File

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