refactor: extract text css

This commit is contained in:
Alejandro Gomez
2023-01-14 15:37:31 +01:00
parent bbbc334b85
commit 6aeaa6541d
7 changed files with 65 additions and 68 deletions

View File

@ -11,7 +11,7 @@ import useProfile from "../feed/ProfileFeed";
import FollowButton from "../element/FollowButton";
import { extractLnAddress, parseId, hexToBech32 } from "../Util";
import Timeline from "../element/Timeline";
import Text from '../Text'
import Text from '../element/Text'
import LNURLTip from "../element/LNURLTip";
import Nip05, { useIsVerified } from "../element/Nip05";
import Copy from "../element/Copy";