Fix deprecated import

This commit is contained in:
jeffvli 2023-05-20 20:00:09 -07:00
parent 6a01d44600
commit 1f36978bb9
10 changed files with 10 additions and 10 deletions

View file

@ -3,7 +3,7 @@
import { ColDef } from '@ag-grid-community/core';
import isElectron from 'is-electron';
import merge from 'lodash/merge';
import create from 'zustand';
import { create } from 'zustand';
import { devtools, persist } from 'zustand/middleware';
import { immer } from 'zustand/middleware/immer';
import { shallow } from 'zustand/shallow';