2
0
Yuki Takei 1 жил өмнө
parent
commit
8bbbd2a781

+ 3 - 2
apps/slackbot-proxy/src/controllers/term.ts

@@ -1,5 +1,6 @@
-import { Controller, PlatformRouter } from '@tsed/common';
-import { Request, Response } from 'express';
+import type { PlatformRouter } from '@tsed/common';
+import { Controller } from '@tsed/common';
+import type { Request, Response } from 'express';
 
 const isOfficialMode = process.env.OFFICIAL_MODE === 'true';