Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
Remove root export
Browse files Browse the repository at this point in the history
  • Loading branch information
justinanastos committed Jul 29, 2019
1 parent 832afb1 commit cdf3afd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions src/index.ts

This file was deleted.

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"path": "./icons"
}
],
"files": ["src/index.ts", "src/fonts.ts", "src/Button.tsx"],
"files": ["src/fonts.ts", "src/Button.tsx"],
"include": ["./src/typography/*.ts", "./src/colors/**/*.ts"]
}

0 comments on commit cdf3afd

Please sign in to comment.