mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
5 lines
151 B
TypeScript
5 lines
151 B
TypeScript
import { Toolbar } from "./toolbar";
|
|
|
|
export class CommandModeToolbar extends Toolbar {
|
|
// TODO move here all code about the command mode toolbar
|
|
} |