/** * This file is used to export all the components in the dashboard-page folder * * These are common components that are used to build dashboard pages, such as * the main dashboard page, the Traffic Boost page, and the Settings page. * * @since 3.19.0 */ /** * Page Structure Components */ export { PageBody } from './page-body-component'; export { PageContainer } from './page-container-component'; export { PageHeader } from './page-header-component'; /** * Posts Components */ export { PostsTable } from './posts-table/component';