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