From fb1188613127a4a0c3528937c82a39bc05dfe9a3 Mon Sep 17 00:00:00 2001 From: CruuzAzul Date: Mon, 11 Nov 2024 22:54:15 +0100 Subject: [PATCH] chore: fix format on tsx file --- .../showcases/devfestStrasbourg/2024/Background.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/remotion/compositions/showcases/devfestStrasbourg/2024/Background.tsx b/remotion/compositions/showcases/devfestStrasbourg/2024/Background.tsx index bb5d64d9c9..e412bed707 100644 --- a/remotion/compositions/showcases/devfestStrasbourg/2024/Background.tsx +++ b/remotion/compositions/showcases/devfestStrasbourg/2024/Background.tsx @@ -1,11 +1,12 @@ import React from 'react'; import { Easing, - Img, interpolate, + Img, + interpolate, spring, staticFile, useCurrentFrame, - useVideoConfig + useVideoConfig, } from 'remotion'; export const Background = () => { @@ -33,7 +34,9 @@ export const Background = () => { return (