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