Edit gitignore file
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { FocusAndScrollRef, PrefetchKind, RouterChangeByServerResponse } from 'next/dist/client/components/router-reducer/router-reducer-types';
|
||||
import type { FetchServerResponseResult } from 'next/dist/client/components/router-reducer/fetch-server-response';
|
||||
import type { FlightRouterState } from 'next/dist/server/app-render/types';
|
||||
import type { FocusAndScrollRef, PrefetchKind, RouterChangeByServerResponse } from '../../client/components/router-reducer/router-reducer-types';
|
||||
import type { FetchServerResponseResult } from '../../client/components/router-reducer/fetch-server-response';
|
||||
import type { FlightRouterState } from '../../server/app-render/types';
|
||||
import React from 'react';
|
||||
export type ChildSegmentMap = Map<string, CacheNode>;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user