mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-18 13:12:16 +01:00
restructure timetracker tests to use promise all (#7)
* restructure timetracker tests to use promise all * remove unused variables & lint --------- Co-authored-by: Gregor Vostrak <gregorvostrak@Gregors-MacBook-Pro.local>
This commit is contained in:
@@ -10,7 +10,7 @@ import type { Organization, User } from '@/types/models';
|
||||
import { onMounted } from 'vue';
|
||||
import { useProjectsStore } from '@/utils/useProjects';
|
||||
import ActivityGraphCard from '@/Components/Dashboard/ActivityGraphCard.vue';
|
||||
import MainContainer from "@/Pages/MainContainer.vue";
|
||||
import MainContainer from '@/Pages/MainContainer.vue';
|
||||
|
||||
const page = usePage<{
|
||||
auth: {
|
||||
|
||||
Reference in New Issue
Block a user