delete window.navigation api

This commit is contained in:
velzie 2024-07-28 10:46:00 -04:00
parent 8d2f23badb
commit d2249c1fc6
No known key found for this signature in database
GPG key ID: 048413F95F0DDE1F

View file

@ -0,0 +1,3 @@
export default function (client, self: Self) {
delete self.navigation;
}