feat: Convert all app files to JS
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import getCurrentAccount from '../common/get-current-account.js';
|
||||
|
||||
const isStillVerified = async ($) => {
|
||||
const account = await getCurrentAccount($);
|
||||
return !!account;
|
||||
};
|
||||
|
||||
export default isStillVerified;
|
Reference in New Issue
Block a user