Fix Zustand shallow import

Use Zustand's public shallow selector export so the import page resolves correctly under the installed Zustand 5 package. This fixes the Vite boot overlay without changing import workflow behavior.
pull/692/head
Broque Thomas 1 day ago
parent 29ba4e0049
commit 28641403d9

@ -1,6 +1,6 @@
import { create } from 'zustand';
import { combine } from 'zustand/middleware';
import { useShallow } from 'zustand/react/shallow';
import { useShallow } from 'zustand/shallow';
import type {
ImportAlbumMatchPayload,

Loading…
Cancel
Save