mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-25 02:09:05 +01:00
7 lines
187 B
Plaintext
7 lines
187 B
Plaintext
|
riot = require \riot
|
||
|
|
||
|
module.exports = (message) ~>
|
||
|
notification = document.body.append-child document.create-element \mk-ui-notification
|
||
|
riot.mount notification, do
|
||
|
message: message
|