mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-05 08:47:05 +02:00
Generalized frontend model store (#193)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { AnyModel } from '@yaakapp-internal/models';
|
||||
import { foldersAtom } from '../hooks/useFolders';
|
||||
import type { AnyModel} from '@yaakapp-internal/models';
|
||||
import { foldersAtom } from '@yaakapp-internal/models';
|
||||
import { jotaiStore } from './jotai';
|
||||
|
||||
export function resolvedModelName(r: AnyModel | null): string {
|
||||
|
||||
Reference in New Issue
Block a user