UNPKG

goobs-frontend

Version:

A comprehensive React-based libary that extends the functionality of Material-UI

10 lines (7 loc) 216 B
'use client' import { atom } from 'jotai' import type { ColumnData } from '../types' /** * A global store of all columns (including the tasks in each column). */ export const columnsAtom = atom<ColumnData[]>([])