Edit gitignore file
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { RouteMatch } from 'next/dist/server/future/route-matches/route-match';
|
||||
import type { RouteDefinition } from 'next/dist/server/future/route-definitions/route-definition';
|
||||
import type { RouteMatch } from '../route-matches/route-match';
|
||||
import type { RouteDefinition } from '../route-definitions/route-definition';
|
||||
type RouteMatchResult = {
|
||||
params?: Record<string, string | string[]>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user