Add Thunderbird

This commit is contained in:
Martin Giger
2022-07-08 15:57:57 +02:00
parent 44a7ce8821
commit d2d69f4c06
3 changed files with 1472 additions and 0 deletions
+2
View File
@@ -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(),
];
}