fix import to match import convention

This commit is contained in:
Sam Samskies 2023-03-03 10:33:04 -06:00
parent 2e4b41d84e
commit 2f02c0ec14
No known key found for this signature in database
GPG Key ID: E3F697EE1B6EB156

View File

@ -24,7 +24,7 @@ import TidalEmbed from "Element/TidalEmbed";
import { ProxyImg } from "Element/ProxyImg"; import { ProxyImg } from "Element/ProxyImg";
import TwitchEmbed from "Element/TwitchEmbed"; import TwitchEmbed from "Element/TwitchEmbed";
import AppleMusicEmbed from "Element/AppleMusicEmbed"; import AppleMusicEmbed from "Element/AppleMusicEmbed";
import NostrNestsEmbed from "./NostrNestsEmbed"; import NostrNestsEmbed from "Element/NostrNestsEmbed";
export default function HyperText({ link, creator }: { link: string; creator: HexKey }) { export default function HyperText({ link, creator }: { link: string; creator: HexKey }) {
const pref = useSelector((s: RootState) => s.login.preferences); const pref = useSelector((s: RootState) => s.login.preferences);