UNPKG

starkon

Version:

Create a Next.js project with Starkon

9 lines (7 loc) 271 B
export * from './utils' export * from './apiService' export * from './authService' // Backward compatibility exports export { apiService } from './apiService' export { apiInstance } from './apiService' export { tokenManagerService as TokenManager } from './authService'