added project files

This commit is contained in:
2022-01-14 18:21:37 +00:00
parent b3d759b8f7
commit 33e18d8f2a
21 changed files with 5080 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
import react.ReactComponent;
import react.router.Route.RouteRenderProps;
@:expose('default')
class MyBundle extends ReactComponentOfProps<RouteRenderProps> {
// If you want to execute code when this bundle is _first_ loaded:
public static function onLoad() {
// ...
}
// ...
}