mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 09:09:49 +08:00
重构
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user