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

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