File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/test/java/com/flowingcode/vaadin/addons/orgchart Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 2020package com .flowingcode .vaadin .addons .orgchart ;
2121
2222import com .flowingcode .vaadin .addons .DemoLayout ;
23+ import com .flowingcode .vaadin .addons .GithubLink ;
2324import com .flowingcode .vaadin .addons .demo .impl .TabbedDemoImpl ;
2425import com .vaadin .flow .component .dependency .StyleSheet ;
2526import com .vaadin .flow .component .orderedlayout .VerticalLayout ;
2930@ Route (value = "orgchart" , layout = DemoLayout .class )
3031@ StyleSheet ("context://frontend/styles/orgchart/demo-styles.css" )
3132@ StyleSheet ("context://frontend/styles/orgchart/font-awesome.css" )
33+ @ GithubLink ("https://github.com/FlowingCode/OrgChartAddon" )
3234public class OrgchartDemoView extends VerticalLayout {
3335
3436 private static final String DRAGNDROP_DEMO = "Drag and Drop" ;
You can’t perform that action at this time.
0 commit comments