Skip to content

Commit

Permalink
Fix type annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
rzats committed Jun 23, 2024
1 parent dc11442 commit 8a887c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modes/indicator/IndicatorAbout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
import AboutSection from '../../components/AboutSection.svelte';
/**
* @type {import("../stores/params").DateParam}
* @type {import("../../stores/params").DateParam}
*/
export let date;
/**
* @type {import("../stores/params").RegionParam}
* @type {import("../../stores/params").RegionParam}
*/
export let region;
/**
* @type {import("../stores/params").SensorParam}
* @type {import("../../stores/params").SensorParam}
*/
export let sensor;
Expand Down

0 comments on commit 8a887c9

Please sign in to comment.