split Client/Server
Summary: The `Client` and `Server` code was in one file, which was messy. This splits it into two separate files. Reviewed By: emilsjolander Differential Revision: D8186932 fbshipit-source-id: faa79d7dccd867d69ccd1bccd43a2cf85314b1b3
This commit is contained in:
committed by
Facebook Github Bot
parent
452dfd7ecc
commit
0c2f4d7cff
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
import type {SonarBasePlugin} from '../plugin.js';
|
||||
import type {Client} from '../server.js';
|
||||
import type Client from '../Client.js';
|
||||
|
||||
import {
|
||||
Component,
|
||||
|
||||
Reference in New Issue
Block a user