Yuki Takei před 1 rokem
rodič
revize
8bbbd2a781
1 změnil soubory, kde provedl 3 přidání a 2 odebrání
  1. 3 2
      apps/slackbot-proxy/src/controllers/term.ts

+ 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';