Edit gitignore file
This commit is contained in:
4
frontend/style/node_modules/next/dist/pages/_app.d.ts
generated
vendored
4
frontend/style/node_modules/next/dist/pages/_app.d.ts
generated
vendored
@@ -1,6 +1,6 @@
|
||||
import React from 'react';
|
||||
import type { AppContextType, AppInitialProps, AppPropsType, NextWebVitalsMetric, AppType } from 'next/dist/shared/lib/utils';
|
||||
import type { Router } from 'next/dist/client/router';
|
||||
import type { AppContextType, AppInitialProps, AppPropsType, NextWebVitalsMetric, AppType } from '../shared/lib/utils';
|
||||
import type { Router } from '../client/router';
|
||||
export type { AppInitialProps, AppType };
|
||||
export type { NextWebVitalsMetric };
|
||||
export type AppContext = AppContextType<Router>;
|
||||
|
||||
4
frontend/style/node_modules/next/dist/pages/_document.d.ts
generated
vendored
4
frontend/style/node_modules/next/dist/pages/_document.d.ts
generated
vendored
@@ -1,7 +1,7 @@
|
||||
import React from 'react';
|
||||
import type { ReactNode } from 'react';
|
||||
import type { DocumentContext, DocumentInitialProps, DocumentProps } from 'next/dist/shared/lib/utils';
|
||||
import type { HtmlProps } from 'next/dist/shared/lib/html-context.shared-runtime';
|
||||
import type { DocumentContext, DocumentInitialProps, DocumentProps } from '../shared/lib/utils';
|
||||
import type { HtmlProps } from '../shared/lib/html-context.shared-runtime';
|
||||
export type { DocumentContext, DocumentInitialProps, DocumentProps };
|
||||
export type OriginProps = {
|
||||
nonce?: string;
|
||||
|
||||
2
frontend/style/node_modules/next/dist/pages/_error.d.ts
generated
vendored
2
frontend/style/node_modules/next/dist/pages/_error.d.ts
generated
vendored
@@ -1,5 +1,5 @@
|
||||
import React from 'react';
|
||||
import type { NextPageContext } from 'next/dist/shared/lib/utils';
|
||||
import type { NextPageContext } from '../shared/lib/utils';
|
||||
export type ErrorProps = {
|
||||
statusCode: number;
|
||||
title?: string;
|
||||
|
||||
Reference in New Issue
Block a user