import { Table } from "@stratakit/bricks";
export { 
/**
 * @deprecated This component has been moved to `@stratakit/bricks` and will be removed from `@stratakit/structures` in a future release. Update your imports accordingly.
 *
 * ```diff
 * - import { Table } from "@stratakit/structures";
 * + import { Table } from "@stratakit/bricks";
 * ```
 *
 */
Table, };
