chore: update magic comment for DashboardWidget chunk name (#344)

This commit is contained in:
Yash Joshi 2021-10-22 17:06:05 +05:30 committed by GitHub
parent e46ff48b80
commit 4ce1297856
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,5 +64,5 @@ export const NewDashboardPage = Loadable(
export const DashboardWidget = Loadable(
() =>
import(/* webpackChunkName: "New DashboardPage" */ 'pages/DashboardWidget'),
import(/* webpackChunkName: "DashboardWidgetPage" */ 'pages/DashboardWidget'),
);