mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
5 lines
75 B
TypeScript
5 lines
75 B
TypeScript
export class LigaturesAddon {
|
|
activate(): void {}
|
|
dispose(): void {}
|
|
}
|