mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-06-06 10:41:21 +02:00
feat: better generic event detail relay list and JSON viewer
This commit is contained in:
@@ -4,11 +4,7 @@ import { atomWithStorage, createJSONStorage } from "jotai/utils";
|
||||
import { GrimoireState, AppId, WindowInstance } from "@/types/app";
|
||||
import { useLocale } from "@/hooks/useLocale";
|
||||
import * as Logic from "./logic";
|
||||
import {
|
||||
CURRENT_VERSION,
|
||||
validateState,
|
||||
migrateState,
|
||||
} from "@/lib/migrations";
|
||||
import { CURRENT_VERSION, validateState, migrateState } from "@/lib/migrations";
|
||||
import { toast } from "sonner";
|
||||
|
||||
// Initial State Definition - Empty canvas on first load
|
||||
|
||||
Reference in New Issue
Block a user