import Thermometer from "./Thermometer";
export default Thermometer;
export * from "./types";
export * from "./utils";
