UNPKG

starkon

Version:

Complete Next.js boilerplate with authentication, i18n & CLI - Create production-ready apps instantly

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'