This commit is contained in:
Gregory Schier
2024-12-20 23:49:48 -08:00
committed by GitHub
parent 51a11b6495
commit ecabe9b6ef
83 changed files with 511 additions and 551 deletions
+5
View File
@@ -0,0 +1,5 @@
// This is an atom so we can use it in the child items to avoid re-rendering the entire list
import {atom} from "jotai/index";
export const sidebarSelectedIdAtom = atom<string | null>(null);