11
apps/builder/src/features/events/start/StartEventNode.tsx
Normal file
11
apps/builder/src/features/events/start/StartEventNode.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { FlagIcon } from '@/components/icons'
|
||||
import { HStack, Text } from '@chakra-ui/react'
|
||||
|
||||
export const StartEventNode = () => {
|
||||
return (
|
||||
<HStack spacing={3}>
|
||||
<FlagIcon />
|
||||
<Text>Start</Text>
|
||||
</HStack>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user