You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public class Export {
private final App app;
public Export(App app) {
this.app = app;
}
@GWT3Export
public void layout(String yaml) {
app.layout(yaml);
}
}
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: