1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-02 11:07:26 +01:00

chore: code clean up

This commit is contained in:
Amir Raminfar
2023-09-25 11:40:56 -07:00
parent 40d02d993b
commit 9751ce3cf5

View File

@@ -110,8 +110,6 @@ export const useContainerStore = defineStore("container", () => {
};
});
// @ts-ignore
if (import.meta.hot) {
// @ts-ignore
import.meta.hot.accept(acceptHMRUpdate(useContainerStore, import.meta.hot));
}