mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
style: sort imports (#746)
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
// import browser from 'webextension-polyfill'
|
||||
import { appSign } from './appSign'
|
||||
import { accessKey } from '~/logic/storage'
|
||||
|
||||
import { appSign } from './appSign'
|
||||
|
||||
export function revokeAccessKey() {
|
||||
accessKey.value = null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user