Renames package

# Conflicts:
#	package.json
pull/2556/head
zomars 2022-04-20 11:50:54 -06:00
parent 00a3ff89e4
commit 8fb429e073
1 changed files with 3 additions and 4 deletions

View File

@ -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";