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:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user