cleaning up
This commit is contained in:
parent
68789d48f8
commit
a72d940851
1 changed files with 0 additions and 3 deletions
|
@ -12,9 +12,6 @@ const state: State = {
|
|||
notifications: ref([])
|
||||
}
|
||||
|
||||
// { level: 'warning', title: 'This is a pre-alpha version.', content: 'Many features are still unstable or completely missing. Check out <a href="https://github.com/nkoehring/rpg-cards-ng/">the code repository</a> for more information.', dismissed: false },
|
||||
// { level: 'info', title: '', content: 'Click the PLUS to create a new deck of cards.', dismissed: false },
|
||||
|
||||
/// actions are called like action['sub/foo'](state.sub, payload)
|
||||
export const stateActions = {
|
||||
'notifications/add' (notifications: Ref<Notification[]>, payload: Payload) {
|
||||
|
|
Loading…
Add table
Reference in a new issue