This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{/* | |
* VisualCrossing uses US ZIP codes, | |
* or "City,Country" format for location, | |
* Country is in ISO-3166-2 ALPHA-2 format | |
* (https://www.iban.com/country-codes) | |
*/} | |
import { css } from "uebersicht" | |
import { run } from "uebersicht" |