Skip to content

Commit 29f9276

Browse files
committed
Update co2f24.ts
1 parent 94062da commit 29f9276

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

co2f24.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ type Co2 = {
44
unc: number;
55
};
66

7-
87
const co2: Co2[] = [
98
{year: 1959, mean: 315.98, unc: 0.12},
109
{year: 1960, mean: 316.91, unc: 0.12},
@@ -71,5 +70,3 @@ const co2: Co2[] = [
7170
{year: 2021, mean: 416.45, unc: 0.12},
7271
{year: 2022, mean: 418.95, unc: 0.12}
7372
];
74-
75-
export default co2;

0 commit comments

Comments
 (0)