Finish update profile view

This commit is contained in:
Adolfo Reyna
2022-12-23 10:50:24 -05:00
parent bf0807ba8c
commit 10f70c7156
9 changed files with 189 additions and 36 deletions

View File

@@ -5,6 +5,7 @@ import API from "../API";
import ProfileCardHorizontal from "../components/ProfileCardHorizontal";
import { useSnapshot } from 'valtio';
import GlobalState from '../contexts/GlobalState.js';
import ProfileHeader from "../components/ProfileHeader";
const Search = () => {
const viewer = useSnapshot(GlobalState).me;