Skip to content

Commit 92a6748

Browse files
authored
Merge pull request #43 from buildo/fix-reset-styles
import reset styles as the very first thing
2 parents b9a8e84 + 8c7b402 commit 92a6748

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import "./reset.css";
2+
13
export * from "./Actions/createActions";
24
export * from "./AreaLoader/createAreaLoader";
35
export * from "./Avatar/createAvatar";

0 commit comments

Comments
 (0)