Add Thunderbird
This commit is contained in:
@@ -22,6 +22,7 @@ import {Quaternion} from "./Quaternion.js";
|
||||
import {Tensor} from "./Tensor.js";
|
||||
import {Fluffychat} from "./Fluffychat.js";
|
||||
import {NeoChat} from "./NeoChat.js";
|
||||
import {Thunderbird} from "./Thunderbird.js";
|
||||
|
||||
export function createClients() {
|
||||
return [
|
||||
@@ -33,5 +34,6 @@ export function createClients() {
|
||||
new Tensor(),
|
||||
new Fluffychat(),
|
||||
new NeoChat(),
|
||||
new Thunderbird(),
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user