pl-fe: Avoid barrel imports
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -2,7 +2,7 @@ import clsx from 'clsx';
|
||||
import { GroupRoles, type Group } from 'pl-api';
|
||||
import React from 'react';
|
||||
|
||||
import { Avatar } from '../ui';
|
||||
import Avatar from 'pl-fe/components/ui/avatar';
|
||||
|
||||
interface IGroupAvatar {
|
||||
group: Pick<Group, 'avatar' | 'avatar_description' | 'relationship'>;
|
||||
|
||||
Reference in New Issue
Block a user