mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
feat: wip import resource UI
This commit is contained in:
@@ -81,8 +81,8 @@ export function Stepper({
|
||||
active > _children.length - 1 ? completedContent : stepContent;
|
||||
|
||||
return (
|
||||
<Box>
|
||||
<StepsItems>{items}</StepsItems>
|
||||
<Box className={classNames?.root}>
|
||||
<StepsItems className={classNames?.items}>{items}</StepsItems>
|
||||
<StepsContent className={classNames?.content}>{content} </StepsContent>
|
||||
</Box>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user