Rename to overview

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-08-20 11:39:30 +02:00
parent 341eb47565
commit b199442b16
7 changed files with 18 additions and 22 deletions

View File

@@ -22,10 +22,10 @@
import Vue from 'vue'
import Vuex from 'vuex'
import { DashboardApi } from '../services/DashboardApi'
import { OverviewApi } from '../services/OverviewApi'
Vue.use(Vuex)
const apiClient = new DashboardApi()
const apiClient = new OverviewApi()
export default {
state: {
withDue: [],