import { Component } from "solid-js"; /* Put this in page so browser actually downloads ltv font */ export const WeatherIconStub: Component<{}> = () => { return (
ABCDEF
) }