Skip to content

Commit

Permalink
fix(slang): import problem
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-gordon committed Mar 12, 2021
1 parent 79a91af commit 524c653
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion slang/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import "modern-normalize";
import "./global.css";
import "./index.css";
export { default as BoxComponent, BoxProps } from "./Box/Box";
export { default as TypeComponent, TypeProps } from "./Type/Type";
export { SlangConfig, defaultConfig, mergeDefault } from "./config";
Expand Down

1 comment on commit 524c653

@vercel
Copy link

@vercel vercel bot commented on 524c653 Mar 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.