You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ghost/e2e/helpers/pages/admin/index.ts

12 lines
550 B

export * from './analytics/AnalyticsGrowthPage';
export * from './analytics/AnalyticsLocationsPage';
export * from './analytics/AnalyticsOverviewPage';
export * from './analytics/AnalyticsWebTrafficPage';
export * from './analytics/AnalyticsNewslettersPage';
export * from './analytics/post-analytics/PostAnalyticsPage';
export * from './analytics/post-analytics/PostAnalyticsGrowthPage';
export * from './analytics/post-analytics/PostAnalyticsWebTrafficPage';
export * from './LoginPage';
export * from './AdminPage';
export * from './MembersPage';