feat(frontend): add basic frontend
This commit is contained in:
7
services/frontend/src/app/providers/withLiveStream.tsx
Normal file
7
services/frontend/src/app/providers/withLiveStream.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { PropsWithChildren } from "react";
|
||||
|
||||
export function WithLiveStream({ children }: PropsWithChildren) {
|
||||
// placeholder for future providers
|
||||
// theme, router, query-client, etc.
|
||||
return children;
|
||||
}
|
||||
Reference in New Issue
Block a user