mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-21 22:27:11 +00:00
Fix import.
This commit is contained in:
parent
159e3a0035
commit
1c5b86353d
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue