File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change
1
+ import authHeader from './auth-header'
1
2
import { $axios } from '@/utils/api-accessor'
2
3
import { Nurse } from '@/types/component-interfaces/nurse'
3
- import authHeader from './auth-header'
4
4
5
5
class NurseService {
6
6
async getNurseInfo ( nurseId : string ) : Promise < Nurse > {
Original file line number Diff line number Diff line change 1
- import { $axios } from '@/utils/api-accessor'
2
1
import authHeader from './auth-header'
2
+ import { $axios } from '@/utils/api-accessor'
3
3
import {
4
4
ConsumePatient ,
5
5
Patient ,
Original file line number Diff line number Diff line change 1
- import { $axios } from '@/utils/api-accessor'
2
1
import authHeader from './auth-header'
2
+ import { $axios } from '@/utils/api-accessor'
3
3
import { Status , ConsumeStatus } from '~/types/component-interfaces/status'
4
4
import { AuthUser } from '~/types/auth'
5
5
You can’t perform that action at this time.
0 commit comments