import { atom } from 'jotai' export const totalRamAtom = atom(0)