This website requires JavaScript.
Explore
Help
Register
Sign in
apunkt
/
SurfSense
Watch
1
Star
0
Fork
You've already forked SurfSense
0
mirror of
https://github.com/MODSetter/SurfSense.git
synced
2026-05-08 23:32:40 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
bccbd65333
SurfSense
/
surfsense_web
/
atoms
/
seach-spaces
/
seach-space-queries.atom.ts
4 lines
97 B
TypeScript
Raw
Normal View
History
Unescape
Escape
fix podcast generation
2025-11-11 04:02:04 +02:00
import
{
atom
}
from
"jotai"
;
format with biome
2025-11-14 00:42:19 +02:00
export
const
activeSearchSpaceIdAtom
=
atom
<
string
|
null
>
(
null
)
;
Reference in a new issue
Copy permalink