File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
java/com/flowingcode/addons/applayout
resources/META-INF/resources/frontend/styles/app-layout Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111import com .vaadin .flow .component .Component ;
1212import com .vaadin .flow .component .button .Button ;
1313import com .vaadin .flow .component .checkbox .Checkbox ;
14- import com .vaadin .flow .component .dependency .CssImport ;
1514import com .vaadin .flow .component .dependency .HtmlImport ;
15+ import com .vaadin .flow .component .dependency .StyleSheet ;
1616import com .vaadin .flow .component .dialog .Dialog ;
1717import com .vaadin .flow .component .html .Div ;
1818import com .vaadin .flow .component .html .H3 ;
3030@ SuppressWarnings ("serial" )
3131@ Route (value = "applayout" , layout = DemoLayout .class )
3232@ HtmlImport ("frontend://styles/shared-styles.html" )
33- @ CssImport ( ". /styles/app-layout/demo-styles.css" )
33+ @ StyleSheet ( "context://frontend /styles/app-layout/demo-styles.css" )
3434public class ApplayoutDemoView extends VerticalLayout {
3535
3636 private VerticalLayout container = new VerticalLayout ();
File renamed without changes.
You can’t perform that action at this time.
0 commit comments