blowater/app/UI/notification.test.tsx

12 lines
157 B
TypeScript
Raw Normal View History

2023-06-30 14:05:57 +00:00
import { notify } from "./notification.ts";
console.log("hi");
notify(
"123",
"123",
"123",
() => {
console.log("click");
},
);