mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-21 00:01:22 +02:00
Fix jotai/index imports
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { atom } from 'jotai/index';
|
||||
import { atom } from 'jotai';
|
||||
import { getKeyValue, setKeyValue } from '../keyValueStore';
|
||||
|
||||
export function atomWithKVStorage<T extends object | boolean | number | string | null>(
|
||||
|
||||
Reference in New Issue
Block a user