summaryrefslogtreecommitdiffhomepage
path: root/packages/enterprise/src/routes/share.tsx
blob: 26e3d61a8b3969045b8563b5e369f610a7600ad2 (plain)
1
2
3
4
5
import { ParentProps } from "solid-js"

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