mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-15 05:04:50 +00:00
Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
6 lines
118 B
TypeScript
6 lines
118 B
TypeScript
import { ParentProps } from "solid-js"
|
|
|
|
export default function Share(props: ParentProps) {
|
|
return props.children
|
|
}
|