mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
database seed and coloredConsole
This commit is contained in:
@ -3,6 +3,7 @@ import { ReactElement, ReactNode } from "react";
|
||||
import type { AppProps } from "next/app";
|
||||
import { NextPage } from "next";
|
||||
import { SessionProvider } from "next-auth/react";
|
||||
export { coloredConsole } from "@documenso/lib";
|
||||
|
||||
export type NextPageWithLayout<P = {}, IP = P> = NextPage<P, IP> & {
|
||||
getLayout?: (page: ReactElement) => ReactNode;
|
||||
|
||||
Reference in New Issue
Block a user