We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87ac2c8 commit e39727dCopy full SHA for e39727d
src/main/resources/META-INF/resources/frontend/fc-applayout/fc-fusion-layout.ts
@@ -24,7 +24,7 @@ import {FcAppLayoutElement} from "@flowingcode/fc-applayout/src/fc-applayout";
24
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';
27
-import { EndpointError } from 'Frontend/../target/flow-frontend';
+import { EndpointError } from '@hilla/frontend';
28
import { Router } from '@vaadin/router';
29
30
@customElement('fc-fusion-layout')
0 commit comments