qcast-front/src/store/commonCodeAtom.js
2024-10-21 16:23:15 +09:00

7 lines
108 B
JavaScript

import { atom } from 'recoil'
export const commonCodeState = atom({
key: 'commonCode',
default: {},
})