Skip to content

Commit

Permalink
added toast compoent back
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleymckellar committed Mar 1, 2024
1 parent 8c94d38 commit 5f3a334
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/frontend/src/app/views/assets/AssetsInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export const AssetsInput = (props: any) => {
console.log(value);
return (
<AuthLayout>
<Toaster />
<div>
<div className="headline">
<p className="p_headline">
Expand Down
6 changes: 6 additions & 0 deletions apps/frontend/src/app/views/assets/Toast.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import toast, { Toaster } from 'react-hot-toast';

{
/* <Toaster
position="bottom-center" */
}

0 comments on commit 5f3a334

Please sign in to comment.