Skip to content

Commit

Permalink
feat/deploy-fix: Removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Thangaraj-Ideas2it committed Oct 23, 2024
1 parent dc8f849 commit f01459b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions apps/back-office/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ import { NavbarContextProvider } from '../context/navbar-context';
import withAuth from '../hoc/withauth';
import Toaster from '../components/common/toaster';

// export type NextPageWithLayout<P = {}, IP = P> = NextPage<P, IP> & {
// getLayout?: (page: ReactElement) => ReactNode
// }

// type AppPropsWithLayout = AppProps & {
// Component: NextPageWithLayout
// }

function CustomApp({ Component, pageProps }: AppProps) {
// const getLayout = Component.getLayout ?? ((page) => page)
Expand Down

0 comments on commit f01459b

Please sign in to comment.