fix(core): update
This commit is contained in:
12
ts/tswatch.classes.elementserver.ts
Normal file
12
ts/tswatch.classes.elementserver.ts
Normal file
@ -0,0 +1,12 @@
|
||||
import * as plugins from './tswatch.plugins';
|
||||
|
||||
/**
|
||||
* an element server for developing lit elements compliant to gitzone standard
|
||||
*/
|
||||
export class ElementServer {
|
||||
constructor() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user