static.console-fe.src.components.Page.index.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of seata-console Show documentation
Show all versions of seata-console Show documentation
console for Seata built with Maven
The newest version!
import Page from './Page';
import PageHeader from './PageHeader';
import PageContent from './PageContent';
export default Page;
export {
PageHeader,
PageContent
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy