aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/table/TableArea.tsx
blob: b4c6d4ce2a8203a6d703b650c1e03d54d180b56e (plain) (blame)
1
2
3
4
5
6
7
8
9
/*
 * SPDX-FileCopyrightText: 2021-2023 The Refinery Authors <https://refinery.tools/>
 *
 * SPDX-License-Identifier: EPL-2.0
 */

export default function TablePane(): JSX.Element {
  return <div>Table</div>;
}