5 lines
294 B
JavaScript
5 lines
294 B
JavaScript
// if the "projects dashboard" is a user's default dashboard, when they visit the
|
|
// instance root index, the dashboard will be served by the root controller instead
|
|
// of a dashboard controller. The root index redirects for all other default dashboards.
|
|
|
|
import '../dashboard/projects/index';
|