added backup source for future ref
This commit is contained in:
12
app/srcbak/bundles/MyBundle.hx
Normal file
12
app/srcbak/bundles/MyBundle.hx
Normal 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() {
|
||||
// ...
|
||||
}
|
||||
|
||||
// ...
|
||||
}
|
||||
Reference in New Issue
Block a user