Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisa Fischer committed Sep 13, 2024
1 parent 0855e40 commit 0416fa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Plate/coordinateSystem2x16.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { CoordinateSystem } from './types';

export const COORDINATE_SYSTEM_2x16 = {
export const COORDINATE_SYSTEM_2X16 = {
rows: [
'A',
'B',
Expand All @@ -22,4 +22,4 @@ export const COORDINATE_SYSTEM_2x16 = {
columns: [1, 2],
} as const satisfies CoordinateSystem;

export type CoordinateSystem2x16 = typeof COORDINATE_SYSTEM_2x16;
export type CoordinateSystem2x16 = typeof COORDINATE_SYSTEM_2X16;

0 comments on commit 0416fa2

Please sign in to comment.