🚨 Fix runtime zustand warnings for imports (#853)

This commit is contained in:
Manuel
2023-04-24 21:40:20 +02:00
committed by GitHub
parent f4df411d47
commit cd433b0e3c
3 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
import { createContext, ReactNode, useContext, useEffect, useState } from 'react';
import shallow from 'zustand/shallow';
import { shallow } from 'zustand/shallow';
import { useColorTheme } from '../tools/color';
import { ConfigType } from '../types/config';
import { useConfigStore } from './store';