Updated and completed the notifications and bluetooth module.

This commit is contained in:
Jas Singh
2024-06-20 00:07:24 -07:00
parent d61c50324b
commit 6670829bfc
7 changed files with 81 additions and 94 deletions

View File

@@ -21,8 +21,6 @@ const Volume = () => {
},
);
console.log(icon);
return icon.as((i) => icons[i]);
};