main
js 5 lines 171 Bytes
Raw
1 import { store } from "/components/settings/external/self-update-store.js";
2
3 export default async function selfUpdateGlobal(ctx) {
4 // do nothing, the import is enough
5 }