49408c00创建于 2025年11月22日历史提交
import { ParentProps } from "solid-js"

export default function Share(props: ParentProps) {
  return props.children
}