feat: make step in editor configurable
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
4985fb422e
commit
95a63affe7
@@ -3,8 +3,8 @@ import Avatar from '@mui/material/Avatar';
|
||||
import type { AvatarProps } from '@mui/material/Avatar';
|
||||
|
||||
type AppIconProps = {
|
||||
name: string;
|
||||
url: string;
|
||||
name?: string;
|
||||
url?: string;
|
||||
color?: string;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user