Skip to content

Commit e39727d

Browse files
mlopezFCjavier-godoy
authored andcommitted
fix: import EndpointError from the correct place
1 parent 87ac2c8 commit e39727d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import {FcAppLayoutElement} from "@flowingcode/fc-applayout/src/fc-applayout";
2424
import "@flowingcode/fc-menuitem";
2525
import * as menuItemEndpoint from '@vaadin/flow-frontend/generated/MenuEndpoint';
2626
import MenuItemDto from '@vaadin/flow-frontend/generated/com/flowingcode/addons/applayout/endpoint/MenuItemDto';
27-
import { EndpointError } from 'Frontend/../target/flow-frontend';
27+
import { EndpointError } from '@hilla/frontend';
2828
import { Router } from '@vaadin/router';
2929

3030
@customElement('fc-fusion-layout')

0 commit comments

Comments
 (0)