mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-13 16:09:03 +08:00
chore: update magic comment for DashboardWidget chunk name (#344)
This commit is contained in:
parent
e46ff48b80
commit
4ce1297856
@ -64,5 +64,5 @@ export const NewDashboardPage = Loadable(
|
|||||||
|
|
||||||
export const DashboardWidget = Loadable(
|
export const DashboardWidget = Loadable(
|
||||||
() =>
|
() =>
|
||||||
import(/* webpackChunkName: "New DashboardPage" */ 'pages/DashboardWidget'),
|
import(/* webpackChunkName: "DashboardWidgetPage" */ 'pages/DashboardWidget'),
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user