Skip to content

Commit b8f72ea

Browse files
committed
refactor: type only import
1 parent f241c4f commit b8f72ea

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

source/menu/mensa/settings.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@ import {MenuTemplate} from 'grammy-inline-menu';
22
import {html as format} from 'telegram-format';
33
import {backMainButtons} from '../../lib/inline-menu.ts';
44
import {getCanteenList} from '../../lib/mensa-meals.ts';
5-
import {
6-
type MealWish,
7-
type MensaPriceClass,
8-
type MyContext,
9-
} from '../../lib/types.ts';
5+
import type {MealWish, MensaPriceClass, MyContext} from '../../lib/types.ts';
106

117
function enabledEmoji(truthy: boolean | undefined): '✅' | '🚫' {
128
return truthy ? '✅' : '🚫';

0 commit comments

Comments
 (0)