import React from 'react'; import { IconPlus, IconUpload } from '@tabler/icons'; import StyledWrapper from './StyledWrapper'; const Welcome = ({dispatch, actions}) => { const handleClick = () => { dispatch({ type: actions.ADD_NEW_HTTP_REQUEST }); }; return (
🐶
grafnode
opensource API collection collaboration platform
Create Request
Http
GraphQL
Collections
Create Collection
Import Collection
) }; export default Welcome;