mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-09-13 12:15:29 +02:00
6 lines
64 B
JavaScript
6 lines
64 B
JavaScript
export class Command {
|
|
execute() {}
|
|
undo() {}
|
|
redo() {}
|
|
}
|