✨ Add lang toggler
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { atom } from 'recoil';
|
||||
|
||||
export const langAtom = atom({
|
||||
key: 'lang',
|
||||
default: {
|
||||
key: null as any,
|
||||
config: null as any,
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user