diff --git a/frontend/src/bundles/studio/helpers/scenes-exceed-scripts.ts b/frontend/src/bundles/studio/helpers/scenes-exceed-scripts.ts index 832dcd6d3..06621a128 100644 --- a/frontend/src/bundles/studio/helpers/scenes-exceed-scripts.ts +++ b/frontend/src/bundles/studio/helpers/scenes-exceed-scripts.ts @@ -15,4 +15,4 @@ const scenesExceedScripts = (scenes: Scene[], scripts: Script[]): boolean => { return totalScenesDuration > totalScriptsDuration; }; -export { scenesExceedScripts }; \ No newline at end of file +export { scenesExceedScripts };