refactor: unify flow rows

This commit is contained in:
Ali BARIN
2022-08-07 14:07:32 +02:00
parent ca141b1076
commit 2764aa2c06
3 changed files with 1 additions and 58 deletions

View File

@@ -1,7 +1,7 @@
import { useQuery } from '@apollo/client';
import { GET_FLOWS } from 'graphql/queries/get-flows';
import AppFlowRow from 'components/AppFlowRow';
import AppFlowRow from 'components/FlowRow';
import type { IFlow } from '@automatisch/types';
type AppFlowsProps = {