Use @probo/react-lazy instead of native React.lazy

close #58

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-03-25 16:16:11 +01:00
parent f93ee928a8
commit c4e4b16300
24 changed files with 239 additions and 21 deletions

View File

@@ -0,0 +1,5 @@
{
"extends": "../tsconfig/library.json",
"include": ["src"],
"exclude": ["node_modules", "dist"]
}