mirror of
https://github.com/linsa-io/linsa.git
synced 2026-07-12 22:02:38 +02:00
Move to TanStack Start from Next.js (#184)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
import { atom } from "jotai"
|
||||
|
||||
export const keyboardDisableSourcesAtom = atom<Set<string>>(new Set<string>())
|
||||
Reference in New Issue
Block a user