import { atom } from "recoil"; export const Lang = atom({ key: "lang", default: {}, });