Renames package
# Conflicts: # package.json
This commit is contained in:
parent
00a3ff89e4
commit
8fb429e073
1 changed files with 3 additions and 4 deletions
|
@ -1,4 +1,3 @@
|
|||
import * as React from "react";
|
||||
|
||||
export * from "./Button";
|
||||
export * from "./Switch";
|
||||
export { default as Button } from "./Button";
|
||||
export { default as EmptyScreen } from "./EmptyScreen";
|
||||
export { default as Switch } from "./Switch";
|
||||
|
|
Loading…
Reference in a new issue