From d064f5ba5cc2fa592c0e7566560b05e9c4ed65dc Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 24 Feb 2024 15:47:19 -0300 Subject: Normalize how modules import and name each other Also add a `defaultInterceptors` variable in `src/hero.mjs` to avoid needing to redefine it in every application. --- index.mjs | 1 - 1 file changed, 1 deletion(-) delete mode 100644 index.mjs (limited to 'index.mjs') diff --git a/index.mjs b/index.mjs deleted file mode 100644 index 898ccb4..0000000 --- a/index.mjs +++ /dev/null @@ -1 +0,0 @@ -export * from "./api.mjs"; -- cgit v1.2.3