From a72d940851ba2a73dde96fb741798fe464bd377b Mon Sep 17 00:00:00 2001 From: koehr Date: Tue, 30 Jun 2020 12:27:26 +0200 Subject: [PATCH] cleaning up --- src/state.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/state.ts b/src/state.ts index 6bfda77..5760d0c 100644 --- a/src/state.ts +++ b/src/state.ts @@ -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 the code repository 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, payload: Payload) {