diff --git a/src/plugins/friendsSince/index.tsx b/src/plugins/friendsSince/index.tsx index a0d78f25..fdbc410d 100644 --- a/src/plugins/friendsSince/index.tsx +++ b/src/plugins/friendsSince/index.tsx @@ -9,8 +9,7 @@ import { Devs } from "@utils/constants"; import { getCurrentChannel } from "@utils/discord"; import definePlugin from "@utils/types"; import { findByPropsLazy } from "@webpack"; -import { React, RelationshipStore } from "@webpack/common"; -const { Heading, Text } = findByPropsLazy("Heading", "Text"); +import { Heading, React, RelationshipStore, Text } from "@webpack/common"; const container = findByPropsLazy("memberSinceWrapper"); const { getCreatedAtDate } = findByPropsLazy("getCreatedAtDate"); @@ -45,7 +44,7 @@ export default definePlugin({ return (