This commit is contained in:
Pan Qiancheng 2024-10-11 11:35:37 +08:00
parent bc62b0b958
commit 99e7ed376b
1 changed files with 3 additions and 1 deletions

View File

@ -3,4 +3,6 @@ import { WebComponentProps } from "oak-frontend-base";
const ConsoleHome = (props: WebComponentProps<any, "", false, {}>) => {
return <div>ConsoleHome</div>;
}
}
export default ConsoleHome;