index
:
voidsky
this commit
main
A fork of Bluesky's frontend that respects the user's autonomy
Vika
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
components
/
Post
/
Embed
/
VideoEmbed
/
VideoEmbedInner
/
web-controls
/
VideoControls.native.tsx
blob: e2e24ed367abd82658df2c88ee38b0469c104695 (
plain
) (
blame
)
1
2
3
export
function
Controls
()
{
throw
new
Error
(
'VideoWebControls may not be used on native.'
)
}