add quaternion again
This commit is contained in:
@@ -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(),
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user