From 139902f15e1dd7aaee0280a86d03b9e3bf91586b Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Sun, 22 May 2022 14:02:25 -0700 Subject: [PATCH] Install react-hot-toaster --- web/components/page.tsx | 2 ++ web/package.json | 1 + yarn.lock | 12 ++++++++++++ 3 files changed, 15 insertions(+) diff --git a/web/components/page.tsx b/web/components/page.tsx index c26980ab..faefb718 100644 --- a/web/components/page.tsx +++ b/web/components/page.tsx @@ -1,6 +1,7 @@ import clsx from 'clsx' import { BottomNavBar } from './nav/nav-bar' import Sidebar from './nav/sidebar' +import { Toaster } from 'react-hot-toast' export function Page(props: { margin?: boolean @@ -20,6 +21,7 @@ export function Page(props: { )} style={suspend ? visuallyHiddenStyle : undefined} > +