diff --git a/src/Plate/coordinateSystem2x16.ts b/src/Plate/coordinateSystem2x16.ts index e5db64a8..6d3935ae 100644 --- a/src/Plate/coordinateSystem2x16.ts +++ b/src/Plate/coordinateSystem2x16.ts @@ -1,6 +1,6 @@ import { CoordinateSystem } from './types'; -export const COORDINATE_SYSTEM_2x16 = { +export const COORDINATE_SYSTEM_2X16 = { rows: [ 'A', 'B', @@ -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;