File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
src/components-examples/material/table Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,12 @@ import {TableHarnessExample} from './table-harness/table-harness-example';
46
46
import { TableWithRipplesExample } from './table-with-ripples/table-with-ripples-example' ;
47
47
import { TableColumnStylingExample } from './table-column-styling/table-column-styling-example' ;
48
48
import { TableRowBindingExample } from './table-row-binding/table-row-binding-example' ;
49
- import { TableDynamicArrayDataExample } from './table-dynamic-array-data/table-dynamic-array-data-example' ;
50
- import { TableDynamicObservableDataExample } from './table-dynamic-observable-data/table-dynamic-observable-data-example' ;
49
+ import {
50
+ TableDynamicArrayDataExample
51
+ } from './table-dynamic-array-data/table-dynamic-array-data-example' ;
52
+ import {
53
+ TableDynamicObservableDataExample
54
+ } from './table-dynamic-observable-data/table-dynamic-observable-data-example' ;
51
55
52
56
export {
53
57
TableBasicExample , TableFlexBasicExample ,
You can’t perform that action at this time.
0 commit comments