mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
Adapt module name
This commit is contained in:
parent
4750d2c24e
commit
66c7758023
@ -8,7 +8,7 @@ export type RootState = {
|
||||
motive: MotiveStates;
|
||||
ticket: TicketStates;
|
||||
comment: CommentStates;
|
||||
user: AddresseeStates;
|
||||
addressee: AddresseeStates;
|
||||
};
|
||||
|
||||
export const store = createStore<RootState>({
|
||||
@ -16,6 +16,6 @@ export const store = createStore<RootState>({
|
||||
motive: moduleMotive,
|
||||
ticket: moduleTicket,
|
||||
comment: moduleComment,
|
||||
user: moduleAddressee,
|
||||
addressee: moduleAddressee,
|
||||
},
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user