Skip to content

Commit

Permalink
chore: fix format on tsx file
Browse files Browse the repository at this point in the history
  • Loading branch information
CruuzAzul committed Nov 11, 2024
1 parent 8e12a58 commit fb11886
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import React from 'react';
import {
Easing,
Img, interpolate,
Img,
interpolate,
spring,
staticFile,
useCurrentFrame,
useVideoConfig
useVideoConfig,
} from 'remotion';

export const Background = () => {
Expand Down Expand Up @@ -33,7 +34,9 @@ export const Background = () => {
return (
<div>
<Img
src={staticFile('/images/showcases/devfestStrasbourg/2024/background.jpg')}
src={staticFile(
'/images/showcases/devfestStrasbourg/2024/background.jpg',
)}
style={{
opacity,
position: 'absolute',
Expand Down

0 comments on commit fb11886

Please sign in to comment.