import { weatherReply } from "scripts/weatherNotice";
import { ueuse } from "types/types.js";
export default function Weather(data: ueuse) {
weatherReply(data.uniqid);
}