enable add/remove homie

This commit is contained in:
Bilal
2020-09-12 01:17:52 +03:00
parent 3acb5fedf4
commit 2a5ffac5b9
6 changed files with 213 additions and 9 deletions

View File

@@ -0,0 +1,7 @@
import M from "materialize-css";
const errorToast = () => M.toast({ html: "Yo! It ain't workin'" });
export {
errorToast
}