Gitiles
Code Review
Sign In
gerrit.avm99963.com
/
infinitegforums
/
3ab9bc588eb8cc7d6db0bb93af68fd89acb6c9f1
/
.
/
src
/
contentScripts
/
communityConsole
/
handleUpdate.js
blob: 88c187bb77c3ef86c45c4101881e1a253f201f47 [
file
] [
log
] [
blame
]
import
UpdateHandler
from
'./updateHandler/index.js'
;
const
updateHandler
=
new
UpdateHandler
();
updateHandler
.
handle
(
'update'
);