Skip to content

Commit 50d048b

Browse files
committed
Replacing default export with explicit export
1 parent bcc5c54 commit 50d048b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

day-01-sonar-sweep.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default class DeeperMeasurementsCounter {
1+
export class DeeperMeasurementsCounter {
22
private depthReadings: number[] = [];
33

44
constructor(depthReadings: number[]) {

0 commit comments

Comments
 (0)