mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-15 03:32:15 +01:00
move ui and api to seperate packages and add npm actions for them
This commit is contained in:
@@ -5,7 +5,11 @@ import {
|
||||
} from '@/utils/useUser';
|
||||
|
||||
import { reactive, ref } from 'vue';
|
||||
import { api, type CreateTimeEntryBody, type TimeEntry } from '@/utils/api';
|
||||
import {
|
||||
api,
|
||||
type CreateTimeEntryBody,
|
||||
type TimeEntry,
|
||||
} from '@/packages/api/src';
|
||||
import dayjs from 'dayjs';
|
||||
import { useNotificationsStore } from '@/utils/notification';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user