import { mergeProps } from 'solid-js' export function Web3StorageIconSVG(_props) { const props = mergeProps({ color: 'white' }, _props) return ( ) } export function DialogLabel() { return (
Agent and Storage Setup
) }