Skip to content

Commit 4cd881e

Browse files
committed
fix: missing section import
1 parent 92819fd commit 4cd881e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/AssetEditor/Preview.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import nebula from '/src/nebula';
33
import { toast } from 'react-toastify';
44
import { useState, useEffect, useMemo } from 'react';
55

6-
import { Dropdown, Spacer, InputTimecode, Navbar, Button } from '/src/components';
6+
import { Dropdown, Spacer, InputTimecode, Navbar, Button, Section } from '/src/components';
77
import VideoPlayer from '/src/containers/VideoPlayer';
88

99
import Subclip from './Subclip';

0 commit comments

Comments
 (0)