mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-29 05:31:51 +02:00
Fix jotai/index imports
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { createStore } from 'jotai/index';
|
||||
import { createStore } from 'jotai';
|
||||
import { AnyModel } from '../bindings/gen_models';
|
||||
|
||||
export type ExtractModel<T, M> = T extends { model: M } ? T : never;
|
||||
|
||||
Reference in New Issue
Block a user