diff --git a/src/index.cjs.ts b/src/index.cjs.ts index c1ea761..2b582e9 100644 --- a/src/index.cjs.ts +++ b/src/index.cjs.ts @@ -1,4 +1,4 @@ // Workaround for mixing named and default exports, see https://github.com/developit/microbundle/issues/712 -import { mz as mehrzahl } from "./mehrzahl" -Object.assign(mehrzahl, { mz: mehrzahl }) -export default mehrzahl \ No newline at end of file +import { mz as mehrzahl, zm } from "./mehrzahl" +Object.assign(mehrzahl, { mz: mehrzahl, zm }) +export default mehrzahl