enterprise (#4617)
Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
This commit is contained in:
5
packages/enterprise/src/routes/share.tsx
Normal file
5
packages/enterprise/src/routes/share.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { ParentProps } from "solid-js"
|
||||
|
||||
export default function Share(props: ParentProps) {
|
||||
return props.children
|
||||
}
|
||||
Reference in New Issue
Block a user