[feat] video setting panel and mock
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
"use client"
|
||||
|
||||
import VideoSetting from "@/components/cstb/VideoSetting"
|
||||
|
||||
export default function Page() {
|
||||
return <div>Tool</div>
|
||||
return (
|
||||
<section className="flex flex-col h-full gap-4">
|
||||
<VideoSetting />
|
||||
</section>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user