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.
This commit is contained in:
Broque Thomas 2026-05-24 14:47:29 -07:00
parent 29ba4e0049
commit 28641403d9

View file

@ -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,