6 lines
74 B
JavaScript
6 lines
74 B
JavaScript
import Service from "../Service";
|
|
|
|
class AuthService extends Service {
|
|
|
|
}
|