Skip to content

Commit

Permalink
migrate: zustand v5.
Browse files Browse the repository at this point in the history
  • Loading branch information
crhallberg committed Jan 14, 2025
1 parent 15575cb commit a74b5e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import create from "zustand/vanilla";
import { ExtensionState } from "../../modules/uv-shared-module/ExtensionState";
import { createStore as create } from "zustand/vanilla";
import type { ExtensionState } from "../../modules/uv-shared-module/ExtensionState";

export interface OpenSeadragonExtensionState extends ExtensionState {}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import {
import { defaultLocale, isVisible } from "../../../../Utils";
import { IIIFEvents } from "../../IIIFEvents";
import { Events } from "../../../../Events";
import { StoreApi } from "zustand/vanilla";
import type { StoreApi } from "zustand/vanilla";
import { ExtensionState } from "./ExtensionState";
import { BaseConfig, Metric, MetricType } from "../../BaseConfig";

Expand Down

0 comments on commit a74b5e8

Please sign in to comment.