blowater/UI/notification.test.tsx
2023-06-30 14:05:57 +00:00

12 lines
157 B
TypeScript

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