feat: design my apps along with app layout
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
3785c705ff
commit
6da8557219
@@ -6,17 +6,13 @@ import CardActionArea from '@mui/material/CardActionArea';
|
||||
import MoreHorizIcon from '@mui/icons-material/MoreHoriz';
|
||||
|
||||
import * as URLS from 'config/urls';
|
||||
import useFormatMessage from 'hooks/useFormatMessage';
|
||||
import { CardContent, Typography } from './style';
|
||||
|
||||
type AppFlowRowProps = {
|
||||
flow: any;
|
||||
}
|
||||
|
||||
const countTranslation = (value: React.ReactNode) => (<><strong>{value}</strong><br /></>);
|
||||
|
||||
function AppFlowRow(props: AppFlowRowProps) {
|
||||
const formatMessage = useFormatMessage();
|
||||
const { flow } = props;
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user