support icon indicating copy to clipboard operation
support copied to clipboard

[Vue] Redundant class imports in vue wrappers

Open SergeyMaltsev opened this issue 10 months ago • 0 comments

Forum post

Wrapper's code

import { AjaxStore, Base, Column, ColumnStore, Container, DragHelper, Editor, ExportDialog, Field, Grid, GridBase, GridLocation, Layout, Mask, Menu, MenuItem, Model, Panel, Popup, Rectangle, Row, ScrollManager, Scroller, StateProvider, Store, SubGrid, Tool, Tooltip, Widget } from '@bryntum/grid';

Should be just

import { Grid } from '@bryntum/grid';

SergeyMaltsev avatar Apr 25 '24 05:04 SergeyMaltsev