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';
4646import { TableWithRipplesExample } from './table-with-ripples/table-with-ripples-example' ;
4747import { TableColumnStylingExample } from './table-column-styling/table-column-styling-example' ;
4848import { 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' ;
5155
5256export {
5357 TableBasicExample , TableFlexBasicExample ,
You can’t perform that action at this time.
0 commit comments