This commit is contained in:
none
2023-03-23 16:35:20 +08:00
parent e7421f67cc
commit 9f90bd75d3
22 changed files with 190 additions and 157 deletions

View File

@@ -1,7 +1,6 @@
import React from "react";
import { UploadVideoButton } from "../../compenents/upload-video-button";
export const TestPage: React.FC = () => {
const TestPage = () => {
return (
<div>
<UploadVideoButton
@@ -13,3 +12,5 @@ export const TestPage: React.FC = () => {
</div>
);
};
export default TestPage;