forked from extern/egroupware
582793d52b
To many things are not working :(
- addressbook, infolog, even timesheet index lacks at least r/o textbox and problably other widgets
- smallPART (with many extra widgets) is completly unusable
- *box widget seems not to skip empty boxes
--> we need more testing and progress, before we can merge that
This reverts commit 9cee681b94
.
12 lines
327 B
JavaScript
12 lines
327 B
JavaScript
/**
|
|
* @license
|
|
*
|
|
* Copyright IBM Corp. 2020
|
|
*
|
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
import 'carbon-web-components/es/components/dropdown/dropdown.js';
|
|
import 'carbon-web-components/es/components/dropdown/dropdown-item.js';
|