🚀 Init preview and typebot cotext in editor
This commit is contained in:
9
apps/builder/components/shared/buttons/PublishButton.tsx
Normal file
9
apps/builder/components/shared/buttons/PublishButton.tsx
Normal file
@ -0,0 +1,9 @@
|
||||
import { Button } from '@chakra-ui/react'
|
||||
|
||||
export const PublishButton = () => {
|
||||
return (
|
||||
<Button ml={2} colorScheme={'blue'}>
|
||||
Publish
|
||||
</Button>
|
||||
)
|
||||
}
|
Reference in New Issue
Block a user