import { BrandLoading, LobeHubText } from '@lobehub/ui/brand'; import { memo } from 'react'; import { Center } from 'react-layout-kit'; export default memo(() => { return (
); });