blob: a15270076b8858294716e0747e5f8f48d4248227 [file] [log] [blame]
Scott Bakerc7325a42014-05-30 16:06:46 -07001from home import DashboardWelcomeView, DashboardDynamicView
2from tenant import TenantCreateSlice, TenantUpdateSlice, TenantDeleteSliceView, TenantAddOrRemoveSliverView, TenantPickSitesView, TenantViewData
3from simulator import SimulatorView
4from cdn import DashboardSummaryAjaxView, DashboardAddOrRemoveSliverView, DashboardAjaxView
5from analytics import DashboardAnalyticsAjaxView
6from customize import DashboardCustomize
7from interactions import DashboardSliceInteractions
8from test import DashboardUserSiteView
9