LuoHaoxuan пре 3 година
родитељ
комит
f13bf8abcf
1 измењених фајлова са 2 додато и 3 уклоњено
  1. 2 3
      types/src/interface/loginLog.ts

+ 2 - 3
types/src/interface/loginLog.ts

@@ -1,6 +1,5 @@
-enum PlatForm {
+// eslint-disable-next-line import/prefer-default-export
+export enum PlatForm {
   FRONT_END = 'frontEnd',
   BACK_END = 'backEnd',
 }
-
-export default PlatForm;