Fix deprecated import

This commit is contained in:
jeffvli 2023-05-10 18:45:22 -07:00
parent 76ca03d8e3
commit 129515d57a
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ import merge from 'lodash/merge';
import create from 'zustand';
import { devtools, persist } from 'zustand/middleware';
import { immer } from 'zustand/middleware/immer';
import shallow from 'zustand/shallow';
import { shallow } from 'zustand/shallow';
import { AppTheme } from '/@/renderer/themes/types';
import {
TableColumn,