This commit is contained in:
2026-05-27 10:30:23 -04:00
parent 5214412fff
commit 1e1773c186
48 changed files with 5351 additions and 160 deletions

View File

@@ -0,0 +1,8 @@
function createClient() {
return {
close() {},
};
}
export { createClient };
export default { createClient };