💄 Prettier repository

This commit is contained in:
ajnart
2023-07-21 18:08:40 +09:00
parent b40cafc65a
commit 739b95888b
197 changed files with 507 additions and 335 deletions

View File

@@ -1,4 +1,5 @@
import { useEffect } from 'react';
import { ConfigType } from '../types/config';
import { useConfigContext } from './provider';
import { useConfigStore } from './store';

View File

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

View File

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