add quaternion again

This commit is contained in:
Bruno Windels
2020-12-07 18:45:04 +01:00
parent 7782a9d197
commit 4aff6a96ea
3 changed files with 516 additions and 1 deletions
+2 -1
View File
@@ -18,12 +18,13 @@ import {Element} from "./Element.js";
import {Weechat} from "./Weechat.js";
import {Nheko} from "./Nheko.js";
import {Fractal} from "./Fractal.js";
import {Quaternion} from "./Quaternion.js";
export function createClients() {
return [
new Element(),
new Weechat(),
new Nheko(),
new Fractal(),
new Quaternion(),
];
}