Skip to content

Commit

Permalink
💄
Browse files Browse the repository at this point in the history
  • Loading branch information
lazandrei19 committed Nov 15, 2024
1 parent 23a7f9e commit 7921ed2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/withLogtail.ts
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
import {
GetServerSideProps,
GetServerSidePropsContext,
GetServerSidePropsResult,
NextConfig,
NextApiHandler,
NextApiRequest,
NextApiResponse,
NextConfig,
NextApiRequest,
GetServerSideProps,
GetServerSidePropsContext,
PreviewData,
GetServerSidePropsResult,
} from 'next';
import { Rewrite } from 'next/dist/lib/load-custom-routes';
import { NextMiddlewareResult } from 'next/dist/server/web/types';
import { NextFetchEvent, NextMiddleware, NextRequest } from 'next/server';
import { NextMiddlewareResult } from 'next/dist/server/web/types';
import { ParsedUrlQuery } from 'querystring';
import { Logger, RequestReport } from './logger';
import { Rewrite } from 'next/dist/lib/load-custom-routes';
// import { EndpointType } from './shared';
import config from './config';

Expand Down

0 comments on commit 7921ed2

Please sign in to comment.