Skip to content

Commit 6add9d0

Browse files
committed
feat(demo): add AppShellConfiguratorImpl
Needed for demos compatibility with Vaadin 25.
1 parent 663db57 commit 6add9d0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package com.flowingcode.vaadin.addons.demo;
2+
3+
import com.vaadin.flow.component.page.AppShellConfigurator;
4+
import com.vaadin.flow.theme.Theme;
5+
6+
@Theme
7+
public class AppShellConfiguratorImpl implements AppShellConfigurator {
8+
9+
}

0 commit comments

Comments
 (0)