Skip to content

Commit 89cb26c

Browse files
Felipe LangmlopezFC
authored andcommitted
fix: Change path for Hilla generated modules
Close #113
1 parent b5c40ef commit 89cb26c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/META-INF/resources/frontend/fc-applayout/fc-fusion-layout.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ import { css, customElement, html, LitElement, state, property, query } from 'li
2222
import "@flowingcode/fc-applayout";
2323
import {FcAppLayoutElement} from "@flowingcode/fc-applayout/src/fc-applayout";
2424
import "@flowingcode/fc-menuitem";
25-
import * as menuItemEndpoint from '@vaadin/flow-frontend/generated/MenuEndpoint';
26-
import MenuItemDto from '@vaadin/flow-frontend/generated/com/flowingcode/addons/applayout/endpoint/MenuItemDto';
25+
import * as menuItemEndpoint from 'Frontend/generated/MenuEndpoint';
26+
import MenuItemDto from 'Frontend/generated/com/flowingcode/addons/applayout/endpoint/MenuItemDto';
2727
import { EndpointError } from '@hilla/frontend';
2828
import { Router } from '@vaadin/router';
2929

0 commit comments

Comments
 (0)