Format with prettier. Use screen mode for invitation import - dialog mode is broken.
This commit is contained in:
@@ -2,18 +2,23 @@
|
||||
* Export all shared components.
|
||||
*/
|
||||
|
||||
export { Screen } from './Screen.js';
|
||||
export { Input, TextDisplay } from './Input.js';
|
||||
export { Button, ButtonRow } from './Button.js';
|
||||
export {
|
||||
List,
|
||||
SimpleList,
|
||||
export { Screen } from "./Screen.js";
|
||||
export { Input, TextDisplay } from "./Input.js";
|
||||
export { Button, ButtonRow } from "./Button.js";
|
||||
export {
|
||||
List,
|
||||
SimpleList,
|
||||
ScrollableList,
|
||||
type ListItem,
|
||||
type ListItemData,
|
||||
type ListGroup,
|
||||
type ScrollableListProps,
|
||||
} from './List.js';
|
||||
export { InputDialog, ConfirmDialog, MessageDialog } from './Dialog.js';
|
||||
export { ProgressBar, StepIndicator, Loading, type Step } from './ProgressBar.js';
|
||||
export { QRCode } from './QRCode.js';
|
||||
} from "./List.js";
|
||||
export { InputDialog, ConfirmDialog, MessageDialog } from "./Dialog.js";
|
||||
export {
|
||||
ProgressBar,
|
||||
StepIndicator,
|
||||
Loading,
|
||||
type Step,
|
||||
} from "./ProgressBar.js";
|
||||
export { QRCode } from "./QRCode.js";
|
||||
|
||||
Reference in New Issue
Block a user