Terarea
2
The automation project
Loading...
Searching...
No Matches
index.ts
Go to the documentation of this file.
1
import { createStore } from 'vuex';
2
import appletsModule, { AppletsState } from './applets';
3
4
export interface AppState {
5
applets: AppletsState;
6
}
7
8
export default createStore<AppState>({
9
modules: {
10
applets: appletsModule,
11
},
12
});
app
front
web
src
store
index.ts
Generated on Sat Feb 22 2025 14:36:42 for Terarea by
1.12.0