name the stores

This commit is contained in:
2025-07-25 01:19:05 +02:00
parent d08290ce3d
commit b2e9c1f056
2 changed files with 8 additions and 3 deletions

View File

@@ -25,7 +25,9 @@ const useKVVStore = create(
pStreet: pStreetJson as DepartureType[],
});
},
})),
}), {
name: "kvv-store",
}),
);
export { useKVVStore };