Skip to content

Commit a4262c7

Browse files
committed
chore: add missing import
1 parent 540b9f8 commit a4262c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/flowingcode/vaadin/addons/twincolgrid/TwinColGrid.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
import com.vaadin.flow.component.textfield.TextField;
4242
import com.vaadin.flow.data.provider.DataProvider;
4343
import com.vaadin.flow.data.provider.ListDataProvider;
44+
import com.vaadin.flow.data.provider.Query;
4445
import com.vaadin.flow.data.renderer.TextRenderer;
4546
import com.vaadin.flow.data.selection.SelectionListener;
4647
import com.vaadin.flow.data.value.ValueChangeMode;

0 commit comments

Comments
 (0)