Fix jotai/index imports

This commit is contained in:
Gregory Schier
2025-04-21 07:08:13 -07:00
parent 6d4fdc91fe
commit 2f8b2a81c7
28 changed files with 28 additions and 34 deletions

View File

@@ -3,7 +3,7 @@ import {
httpResponsesAtom,
websocketConnectionsAtom,
} from '@yaakapp-internal/models';
import { useAtomValue } from 'jotai/index';
import { useAtomValue } from 'jotai';
import { showAlert } from '../lib/alert';
import { showConfirmDelete } from '../lib/confirm';
import { jotaiStore } from '../lib/jotai';