1
0
Fork 0

fix import

This commit is contained in:
Sean Sube 2023-03-18 18:31:36 -05:00
parent aeee4b5eb2
commit 17a7cdae56
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import { useStore } from 'zustand';
import { StateContext } from '../state.js'; import { StateContext } from '../state.js';
import { ImageCard } from './card/ImageCard.js'; import { ImageCard } from './card/ImageCard.js';
import { LoadingCard } from './card/LoadingCard.js'; import { LoadingCard } from './card/LoadingCard.js';
import { ErrorCard } from './card/RetryCard.js'; import { ErrorCard } from './card/ErrorCard.js';
export function ImageHistory() { export function ImageHistory() {
const history = useStore(mustExist(useContext(StateContext)), (state) => state.history); const history = useStore(mustExist(useContext(StateContext)), (state) => state.history);