We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f241c4f commit b8f72eaCopy full SHA for b8f72ea
source/menu/mensa/settings.ts
@@ -2,11 +2,7 @@ import {MenuTemplate} from 'grammy-inline-menu';
2
import {html as format} from 'telegram-format';
3
import {backMainButtons} from '../../lib/inline-menu.ts';
4
import {getCanteenList} from '../../lib/mensa-meals.ts';
5
-import {
6
- type MealWish,
7
- type MensaPriceClass,
8
- type MyContext,
9
-} from '../../lib/types.ts';
+import type {MealWish, MensaPriceClass, MyContext} from '../../lib/types.ts';
10
11
function enabledEmoji(truthy: boolean | undefined): '✅' | '🚫' {
12
return truthy ? '✅' : '🚫';
0 commit comments