feat(project): init
This commit is contained in:
7
app/component/label/ffmpeg/page.tsx
Normal file
7
app/component/label/ffmpeg/page.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
"use client"
|
||||
|
||||
import VideoFrameExtractor from "./VideoFrameExtractor"
|
||||
|
||||
export default function ComponentLabelFfmpegPage() {
|
||||
return <VideoFrameExtractor />
|
||||
}
|
||||
Reference in New Issue
Block a user