mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-28 07:43:18 +00:00
5 lines
109 B
TypeScript
5 lines
109 B
TypeScript
import { registerRoot } from "remotion";
|
|
import { RemotionRoot } from "./Root";
|
|
|
|
registerRoot(RemotionRoot);
|