add clients

This commit is contained in:
Jorik Schellekens
2020-09-16 14:28:29 +01:00
parent 1352feca21
commit 91cbb73ac8
9 changed files with 334 additions and 1 deletions
+2
View File
@@ -56,6 +56,7 @@ const Element: LinkedClient = {
);
}
},
linkSupport: () => true,
};
export const ElementDevelop: LinkedClient = {
@@ -90,5 +91,6 @@ export const ElementDevelop: LinkedClient = {
);
}
},
linkSupport: () => true,
};
export default Element;