Skip to content

Commit f3f15ea

Browse files
committed
Fixed issue with column-views bundling
1 parent cafe460 commit f3f15ea

File tree

1 file changed

+1
-1
lines changed
  • packages/column-views/src/facets/fossils

1 file changed

+1
-1
lines changed

packages/column-views/src/facets/fossils/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export function PBDBFossilsColumn({ columnID, color = "magenta" }) {
138138
);
139139
}
140140

141-
interface BaseMeasurementsColumnProps<T> {
141+
export interface BaseMeasurementsColumnProps<T> {
142142
data: T[];
143143
noteComponent?: any;
144144
width?: number;

0 commit comments

Comments
 (0)