2
0

📦 Update packages

This commit is contained in:
Baptiste Arnaud
2022-09-12 07:29:36 +02:00
parent 4a04d1ccba
commit a262fc190e
15 changed files with 2625 additions and 3330 deletions

View File

@ -17,10 +17,14 @@ import { actions } from 'libs/kbar'
import { SupportBubble } from 'components/shared/SupportBubble'
import { WorkspaceContext } from 'contexts/WorkspaceContext'
import { toTitleCase } from 'utils'
import { Session } from 'next-auth'
const { ToastContainer, toast } = createStandaloneToast(customTheme)
const App = ({ Component, pageProps: { session, ...pageProps } }: AppProps) => {
const App = ({
Component,
pageProps: { session, ...pageProps },
}: AppProps<{ session: Session }>) => {
useRouterProgressBar()
const { query, pathname, isReady } = useRouter()