Skip to content

Commit

Permalink
fix: add export for coordinate system 2x16
Browse files Browse the repository at this point in the history
  • Loading branch information
fischerl authored Sep 13, 2024
1 parent fcdac88 commit b5b4c86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Plate/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import {

export * from './constants';
export * from './coordinateSystem96Well';
export * from './coordinateSystem2x16';
export * from './types';
export * from './utils';
export { GENERAL_WELL_STYLE } from './wellUtils';
Expand Down

0 comments on commit b5b4c86

Please sign in to comment.