Files
twenty/front/src/modules/ui/utilities/recoil-scope/states/RecoilScopeContext.ts
Charles Bochet ade5e52e55 Clean and re-organize post table refactoring (#1000)
* Clean and re-organize post table refactoring

* Fix tests
2023-07-30 18:26:32 -07:00

4 lines
110 B
TypeScript

import { createContext } from 'react';
export const RecoilScopeContext = createContext<string | null>(null);