Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkav committed Mar 26, 2024
1 parent e9ec2b8 commit 922cbbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/insomnia/src/ui/routes/mock-route.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as Har from 'har-format';
import React from 'react';
import { LoaderFunction, useFetcher, useLoaderData, useParams, useRouteLoaderData } from 'react-router-dom';
import { LoaderFunction, useFetcher, useParams, useRouteLoaderData } from 'react-router-dom';

import { CONTENT_TYPE_JSON, CONTENT_TYPE_PLAINTEXT, CONTENT_TYPE_XML, CONTENT_TYPE_YAML, contentTypesMap, getMockServiceURL, RESPONSE_CODE_REASONS } from '../../common/constants';
import { database as db } from '../../common/database';
Expand Down

0 comments on commit 922cbbc

Please sign in to comment.