mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Fix imports to work with rollup
This commit is contained in:
parent
2e712c47bc
commit
181b1c03ae
@ -9,11 +9,11 @@
|
||||
*/
|
||||
|
||||
|
||||
import {css, html} from "../../../node_modules/@lion/core/index.js";
|
||||
import {LionInputDatepicker} from "../../../node_modules/@lion/input-datepicker/index.js";
|
||||
import {Unparseable} from "../../../node_modules/@lion/form-core/src/validate/Unparseable.js";
|
||||
import {Et2InputWidget} from "./Et2InputWidget/Et2InputWidget";
|
||||
import {Et2Widget} from "./Et2Widget";
|
||||
import {css, html} from "../../../../node_modules/@lion/core/index.js";
|
||||
import {LionInputDatepicker} from "../../../../node_modules/@lion/input-datepicker/index.js";
|
||||
import {Unparseable} from "../../../../node_modules/@lion/form-core/src/validate/Unparseable.js";
|
||||
import {Et2InputWidget} from "../Et2InputWidget/Et2InputWidget";
|
||||
import {Et2Widget} from "../Et2Widget/Et2Widget";
|
||||
|
||||
|
||||
/**
|
||||
|
@ -9,8 +9,8 @@
|
||||
*/
|
||||
|
||||
|
||||
import {css, html} from "@lion/core"
|
||||
import {LionTextarea} from "@lion/textarea"
|
||||
import {css, html} from "../../../../node_modules/@lion/core/index.js"
|
||||
import {LionTextarea} from "../../../../node_modules/@lion/textarea/index.js"
|
||||
import {Et2InputWidget} from "../Et2InputWidget/Et2InputWidget";
|
||||
import {Et2Widget} from "../Et2Widget/Et2Widget";
|
||||
|
||||
|
@ -9,8 +9,8 @@
|
||||
*/
|
||||
|
||||
|
||||
import {css, html} from "@lion/core"
|
||||
import {LionInput} from "@lion/input"
|
||||
import {css, html} from "../../../../node_modules/@lion/core/index.js"
|
||||
import {LionInput} from "../../../../node_modules/@lion/input/index.js"
|
||||
import {Et2InputWidget} from "../Et2InputWidget/Et2InputWidget";
|
||||
import {Et2Widget} from "../Et2Widget/Et2Widget";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user