diff options
author | Vitaly Takmazov | 2022-11-06 04:30:51 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:58 +0300 |
commit | 8c2b2cee1f8701479bafbd69069847e50e8f0d67 (patch) | |
tree | da01fcbc17b705a74cb4b37b1b06d4b30dbaab29 /vnext/src/ui/UserInfo.js | |
parent | 7b14a8f3faf7672f0aefbf93d5c37f62a169b535 (diff) |
webpack -> postcss+esbuild
Diffstat (limited to 'vnext/src/ui/UserInfo.js')
-rw-r--r-- | vnext/src/ui/UserInfo.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vnext/src/ui/UserInfo.js b/vnext/src/ui/UserInfo.js index 91e3b5cf..6a394b86 100644 --- a/vnext/src/ui/UserInfo.js +++ b/vnext/src/ui/UserInfo.js @@ -7,8 +7,6 @@ import Avatar from './Avatar'; import Icon from './Icon'; import defaultAvatar from '../assets/av-96.png'; -import './UserInfo.css'; - let isMounted; /** |