mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at minshell-bbar 9 lines 224 B view raw
1import React from 'react' 2 3export function VideoPlayerProvider({children}: {children: React.ReactNode}) { 4 return children 5} 6 7export function useVideoPlayer() { 8 throw new Error('useVideoPlayer must not be used on web') 9}