feat: introduce basic flows page

This commit is contained in:
Ali BARIN
2022-01-05 21:36:51 +01:00
parent d25d327ef7
commit 430f0d07e8
8 changed files with 186 additions and 9 deletions

View File

@@ -18,7 +18,7 @@ function AppFlowRow(props: AppFlowRowProps) {
return (
<>
<Card sx={{ my: 2 }}>
<CardActionArea component={Link} to={URLS.FLOW('dummy')}>
<CardActionArea component={Link} to={URLS.FLOW(flow.id)}>
<CardContent>
<Box>
<Typography variant="h6" noWrap>