6 lines
139 B
TypeScript
6 lines
139 B
TypeScript
|
// TODO: implement share form showing with modal
|
||
|
|
||
|
import type { Component } from 'solid-js'
|
||
|
|
||
|
export const Share: Component = () => <div />
|