14 lines
347 B
Plaintext
14 lines
347 B
Plaintext
import { del, get, post, put } from '@/services/fetch';
|
|
import { {{Component}}Config } from './{{component}}Types';
|
|
|
|
class {{Component}}Service {
|
|
// SYSTEM-BUILDER-service-variables
|
|
// SYSTEM-BUILDER-service-functions
|
|
}
|
|
|
|
let {{component}}Service = new {{Component}}Service();
|
|
|
|
export {
|
|
{{component}}Service,
|
|
{{Component}}Service
|
|
}; |