added backup source for future ref

This commit is contained in:
2022-01-14 18:23:19 +00:00
parent 33e18d8f2a
commit 10c6ddb61a
12 changed files with 210 additions and 0 deletions

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() {
// ...
}
// ...
}