mirror of
https://github.com/grafana/grafana.git
synced 2025-01-10 08:03:58 -06:00
Build: Change names to PascalCase to match (#48949)
This commit is contained in:
parent
4bd97c8673
commit
522a31c479
@ -294,7 +294,7 @@ export function getAlertingRoutes(cfg = config): RouteDescriptor[] {
|
|||||||
return uniquePaths.map((path) => ({
|
return uniquePaths.map((path) => ({
|
||||||
path,
|
path,
|
||||||
component: SafeDynamicImport(
|
component: SafeDynamicImport(
|
||||||
() => import(/* webpackChunkName: "Alerting feature toggle page"*/ 'app/features/alerting/FeatureTogglePage')
|
() => import(/* webpackChunkName: "AlertingFeatureTogglePage"*/ 'app/features/alerting/FeatureTogglePage')
|
||||||
),
|
),
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
@ -34,7 +34,7 @@ export function getProfileRoutes(cfg = config): RouteDescriptor[] {
|
|||||||
return uniquePaths.map((path) => ({
|
return uniquePaths.map((path) => ({
|
||||||
path,
|
path,
|
||||||
component: SafeDynamicImport(
|
component: SafeDynamicImport(
|
||||||
() => import(/* webpackChunkName: "Profile feature toggle page"*/ 'app/features/profile/FeatureTogglePage')
|
() => import(/* webpackChunkName: "ProfileFeatureTogglePage"*/ 'app/features/profile/FeatureTogglePage')
|
||||||
),
|
),
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user