File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
src/test/java/com/flowingcode/vaadin/addons/chatassistant Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 2323import com .flowingcode .vaadin .addons .demo .DemoSource ;
2424import com .flowingcode .vaadin .addons .demo .SourcePosition ;
2525import com .google .common .base .Strings ;
26- import com .vaadin .flow .component .UI ;
2726import com .vaadin .flow .component .button .Button ;
2827import com .vaadin .flow .component .dependency .CssImport ;
29- import com .vaadin .flow .component .html .Span ;
30- import com .vaadin .flow .component .icon .Icon ;
31- import com .vaadin .flow .component .icon .VaadinIcon ;
32- import com .vaadin .flow .component .orderedlayout .HorizontalLayout ;
3328import com .vaadin .flow .component .orderedlayout .VerticalLayout ;
3429import com .vaadin .flow .component .textfield .TextArea ;
3530import com .vaadin .flow .router .PageTitle ;
3631import com .vaadin .flow .router .Route ;
3732import java .time .LocalDateTime ;
38- import java .util .Timer ;
3933
4034@ DemoSource (sourcePosition = SourcePosition .PRIMARY )
4135@ PageTitle ("Markdown Demo" )
You can’t perform that action at this time.
0 commit comments