File tree Expand file tree Collapse file tree 5 files changed +3
-4
lines changed
src/frontend/apps/impress/src Expand file tree Collapse file tree 5 files changed +3
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1- import { baseApiUrl } from '@/core' ;
2-
1+ import { baseApiUrl } from './config' ;
32import { getCSRFToken } from './utils' ;
43
54interface FetchAPIInit extends RequestInit {
Original file line number Diff line number Diff line change 11export * from './APIError' ;
2+ export * from './config' ;
23export * from './fetchApi' ;
34export * from './helpers' ;
45export * from './types' ;
Original file line number Diff line number Diff line change 11import { create } from 'zustand' ;
22
3- import { baseApiUrl } from '@/core/conf ' ;
3+ import { baseApiUrl } from '@/api ' ;
44
55import { User , getMe } from './api' ;
66import { PATH_AUTH_LOCAL_STORAGE } from './conf' ;
Original file line number Diff line number Diff line change 11export * from './AppProvider' ;
22export * from './auth' ;
3- export * from './conf' ;
43export * from './config' ;
You can’t perform that action at this time.
0 commit comments