Edit gitignore file
This commit is contained in:
4
frontend/style/node_modules/next/dist/client/with-router.d.ts
generated
vendored
4
frontend/style/node_modules/next/dist/client/with-router.d.ts
generated
vendored
@@ -1,6 +1,6 @@
|
||||
import React from 'react';
|
||||
import type { BaseContext, NextComponentType, NextPageContext } from 'next/dist/shared/lib/utils';
|
||||
import type { NextRouter } from 'next/dist/client/router';
|
||||
import type { BaseContext, NextComponentType, NextPageContext } from '../shared/lib/utils';
|
||||
import type { NextRouter } from './router';
|
||||
export type WithRouterProps = {
|
||||
router: NextRouter;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user