This commit is contained in:
Acid Chicken (硫酸鶏) 2019-03-14 01:20:25 +09:00 committed by GitHub
parent b157e9535e
commit b323a160e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,3 @@
import Logger from "../services/logger";
import Logger from '../services/logger';
export const remoteLogger = new Logger('remote', 'cyan');