mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2025-01-18 22:36:27 +01:00
Eslint fixes
This commit is contained in:
parent
8e20920cab
commit
3424aa2784
@ -1,6 +1,3 @@
|
||||
import { INitroManager } from '../../common';
|
||||
|
||||
export interface INitroCommunicationDemo extends INitroManager
|
||||
{
|
||||
|
||||
}
|
||||
export type INitroCommunicationDemo = INitroManager
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { IMessageDataWrapper } from "../../../../../../api";
|
||||
import { IMessageDataWrapper } from '../../../../../../api';
|
||||
|
||||
export class RoomEventData
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user