blowater/app/UI/notification.test.tsx
2024-01-02 01:28:10 +08:00

12 lines
157 B
TypeScript

import { notify } from "./notification.ts";
console.log("hi");
notify(
"123",
"123",
"123",
() => {
console.log("click");
},
);