update user screen

This commit is contained in:
Ren Amamiya
2023-08-25 09:50:04 +07:00
parent b2df8ae320
commit 92d49c306b
12 changed files with 357 additions and 272 deletions

View File

@@ -1,7 +1,7 @@
import { useEffect, useState } from 'react';
import { Link } from 'react-router-dom';
import { UserMetadata } from '@app/users/components/metadata';
import { UserMetadata } from '@app/users/components/stats';
import { Image } from '@shared/image';