mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 07:09:27 +08:00
added: 测试页面
This commit is contained in:
@@ -2,4 +2,5 @@ export * from "./home";
|
||||
export * from "./login";
|
||||
export * from "./dashboard";
|
||||
export * from "./error";
|
||||
export * from "./course";
|
||||
export * from "./course";
|
||||
export * from "./test";
|
||||
0
src/pages/test/index.module.less
Normal file
0
src/pages/test/index.module.less
Normal file
10
src/pages/test/index.tsx
Normal file
10
src/pages/test/index.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import React from "react";
|
||||
import { UploadImageButton } from "../../compenents";
|
||||
|
||||
export const TestPage: React.FC = () => {
|
||||
return (
|
||||
<div>
|
||||
<UploadImageButton></UploadImageButton>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user