Fix Zustand imports

This commit is contained in:
ajnart
2023-02-11 08:58:09 +09:00
parent 023e44f523
commit 4f652c71ba
5 changed files with 14 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
import axios from 'axios';
import create from 'zustand';
import { create } from 'zustand';
import { ConfigType } from '../types/config';
export const useConfigStore = create<UseConfigStoreType>((set, get) => ({