webapp/src/components/Discours/Share.tsx

6 lines
139 B
TypeScript
Raw Normal View History

2022-09-09 11:53:35 +00:00
// TODO: implement share form showing with modal
import type { Component } from 'solid-js'
export const Share: Component = () => <div />