<script lang='tsx'>
import { Component } from 'vue-property-decorator';
import TestCustomLayoutPanelGridExpViewgridexpbarBase from './test-custom-layout-panel-grid-exp-viewgridexpbar-gridexpbar-base.vue';
import view_gridexpbar_grid from '@widgets/ibizorder/main2-grid/main2-grid.vue';

 
@Component({
    components: {
        view_gridexpbar_grid, 
         
    }
})
export default class TestCustomLayoutPanelGridExpViewgridexpbar extends TestCustomLayoutPanelGridExpViewgridexpbarBase {

}
</script>