5 lines
130 B
TypeScript
5 lines
130 B
TypeScript
// Original content from frontend/src/services/languageService.ts
|
|
import axios from 'axios';
|
|
|
|
// ... rest of the file content ...
|