diff --git a/src/index.ts b/src/index.ts index 5552a93..fc03688 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,8 +1,6 @@ /* eslint-disable no-use-before-define */ export { default as Container } from './Container' -export const a = 2 - export type Key = unknown export type Injectable = {