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