Skip to content

Commit

Permalink
docs : 주석제거
Browse files Browse the repository at this point in the history
  • Loading branch information
keemsebin committed Jun 6, 2024
1 parent 117d1f8 commit 24303ec
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,6 @@ export default function App({ Component, pageProps }: AppProps) {
</CookiesProvider>

<ToasterWithMax />
{/* <Toaster\
containerStyle={{
position: 'fixed',
// overflow: 'hidden',
maxHeight: '0.5rem',
}}
toastOptions={{
duration: 2000,
style: {
fontWeight: 600,
padding: '0.5rem'},
}}
/> */}
</>
);
}

0 comments on commit 24303ec

Please sign in to comment.