diff --git a/control/frontend/src/ts/types.ts b/control/frontend/src/ts/types.ts index 3692e39..fa738c9 100644 --- a/control/frontend/src/ts/types.ts +++ b/control/frontend/src/ts/types.ts @@ -20,4 +20,5 @@ export type MenuOption = { class?: string; on_select?: () => void; disabled?: boolean; -} \ No newline at end of file +} +