Skip to content

Commit

Permalink
feat: re organise some imports
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleJohnst committed Nov 6, 2024
1 parent 70e54f3 commit 1bf1d3f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/elements-core/src/components/TryIt/TryIt.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { useAtom } from 'jotai';
import * as React from 'react';
import ExamplesContext from '@jpmorganchase/elemental-core/context/ExamplesContext';
import { Box, Button, HStack, Icon, Menu, MenuItems, Panel, useThemeIsDark } from '@stoplight/mosaic';
import type { IHttpOperation, IMediaTypeContent, IServer } from '@stoplight/types';
import { Request as HarRequest } from 'har-format';
import { useAtom } from 'jotai';
import * as React from 'react';


import { HttpMethodColors } from '../../constants';
import { getServersToDisplay, getServerVariables } from '../../utils/http-spec/IServer';
Expand Down

0 comments on commit 1bf1d3f

Please sign in to comment.