Skip to content

Commit e79e380

Browse files
mlopezFCjavier-godoy
authored andcommitted
refactor: move frontend files
1 parent b27882b commit e79e380

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/main/resources/META-INF/frontend/fc-applayout/fc-separator.js renamed to src/main/resources/META-INF/resources/frontend/fc-applayout/fc-separator.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ import {html, PolymerElement} from '@polymer/polymer/polymer-element.js';
2121

2222
import {ThemableMixin} from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js';
2323

24-
import "@vaadin/flow-frontend/fc-applayout/paper-divider.js";
25-
2624
class MenuSeparator extends ThemableMixin(PolymerElement) {
2725
static get is() { return 'fc-separator'; }
2826

@@ -35,7 +33,6 @@ class MenuSeparator extends ThemableMixin(PolymerElement) {
3533
padding-left: 8px;
3634
}
3735
</style>
38-
<paper-divider></paper-divider>
3936
<div><slot name="label"></slot></div>
4037
`;}
4138

src/main/resources/META-INF/frontend/styles/applayout-styles.css renamed to src/main/resources/META-INF/resources/frontend/styles/applayout-styles.css

File renamed without changes.

0 commit comments

Comments
 (0)