Finish update profile view
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user