mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Rename import
This commit is contained in:
parent
762b91f4cc
commit
66619072a9
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ import email from './email';
|
|||
import appPermissions from './appPermissions';
|
||||
import socialMedia from './socialMedia';
|
||||
import phishing from './phishing';
|
||||
import webcam from './physicalPrivacy';
|
||||
import physicalPrivacy from './physicalPrivacy';
|
||||
import geotagging from './geotagging';
|
||||
|
||||
export default {
|
||||
|
|
@ -24,7 +24,7 @@ export default {
|
|||
creditFreeze,
|
||||
dns,
|
||||
vpn,
|
||||
webcam,
|
||||
physicalPrivacy,
|
||||
browsers,
|
||||
searchEngine,
|
||||
email,
|
||||
|
|
|
|||
Loading…
Reference in a new issue