Skip to content

Commit 8e16ce3

Browse files
javier-godoypaodb
authored andcommitted
feat(demo): add AppShellConfiguratorImpl
1 parent 57ee56c commit 8e16ce3

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@
167167
<licenseName>apache_v2</licenseName>
168168
<addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage>
169169
<excludes>
170+
<exclude>**/AppShellConfiguratorImpl.class</exclude>
170171
<exclude>**/main/resources/META-INF/resources/frontend/prism.js</exclude>
171172
<exclude>**/main/resources/META-INF/resources/frontend/prism.css</exclude>
172173
<exclude>**/test/resources/**</exclude>
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)