Skip to content

Commit f50d075

Browse files
committed
remove unused code
1 parent f5d6852 commit f50d075

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

examples/src/pages/tests/table/custom-structure.page.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,6 @@ const columns: Record<string, InfiniteTableColumn<Developer>> = {
7878
},
7979
};
8080

81-
const domProps = {
82-
style: {
83-
minHeight: '50vh',
84-
width: '100vw',
85-
// width: 575,
86-
marginTop: 200,
87-
},
88-
};
89-
9081
export default function App() {
9182
const groupBy: DataSourceGroupBy<Developer>[] = React.useMemo(
9283
() => [

0 commit comments

Comments
 (0)