Skip to content

Commit

Permalink
Remove unused export
Browse files Browse the repository at this point in the history
  • Loading branch information
Frondor committed Dec 14, 2021
1 parent bad2cc6 commit 2ed8f23
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -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 = {
Expand Down

0 comments on commit 2ed8f23

Please sign in to comment.