mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-13 20:03:44 +08:00
feat: add new theme berry (#860)
* feat: add theme berry * docs: add development notes * fix: fix blank page * chore: update implementation * fix: fix package.json * chore: update ui copy --------- Co-authored-by: JustSong <songquanpeng@foxmail.com>
This commit is contained in:
9
web/berry/src/store/index.js
Normal file
9
web/berry/src/store/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import { createStore } from 'redux';
|
||||
import reducer from './reducer';
|
||||
|
||||
// ==============================|| REDUX - MAIN STORE ||============================== //
|
||||
|
||||
const store = createStore(reducer);
|
||||
const persister = 'Free';
|
||||
|
||||
export { store, persister };
|
||||
Reference in New Issue
Block a user