File size: 93 Bytes
96ac62a
 
 
1
2
3
4
import { atom } from 'jotai';

export const selectedMediaIdAtom = atom<number | null>(null);