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