mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-24 04:59:06 +01:00
4 lines
96 B
TypeScript
4 lines
96 B
TypeScript
|
import Logger from "../misc/logger";
|
||
|
|
||
|
export const remoteLogger = new Logger('remote', 'blue');
|