mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-20 15:23:44 +02:00
yarn: update dependencies, prepare for Plug'n'Play
This commit is contained in:
@@ -6,6 +6,6 @@ import { lazy } from 'react';
|
||||
* whenever they are actually loaded for the client (which may be never, depending
|
||||
* on the feature and the egg).
|
||||
*/
|
||||
const EulaModalFeature = lazy(() => import(/* webpackChunkName: "feature.eula" */'@feature/eula/EulaModalFeature'));
|
||||
const EulaModalFeature = lazy(() => import(/* webpackChunkName: "feature.eula" */'feature/eula/EulaModalFeature'));
|
||||
|
||||
export { EulaModalFeature };
|
||||
|
||||
Reference in New Issue
Block a user