Skip to content

Commit

Permalink
Change Location (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shoaibv2 committed Apr 30, 2022
1 parent 4543fac commit e9af537
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/views/pages/Toast.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Toasts } from "kbs-core";
import Toasts from "./components/Toast";

function Toast() {
return (
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion apps/views/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function Docs() {
<br />
<Button>Hello</Button>
<br />
<Link href="/Toast">Toasts</Link>
<Link href="/toast">Toasts</Link>
</div>
);
}
3 changes: 1 addition & 2 deletions packages/kbs-core/src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import * as React from "react";
import Toasts from "./components/Toast";

export { Button, type ButtonProps } from "./Button";
export { Toasts };

0 comments on commit e9af537

Please # to comment.