Skip to content

Commit

Permalink
import heroicons singularly
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejpurves committed Apr 19, 2023
1 parent c62fd07 commit b66989c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions packages/site/src/components/ComputeControls.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import { Spinner } from './Spinner';
import {
PlayCircleIcon,
ArrowPathIcon,
MinusCircleIcon,
ArrowTopRightOnSquareIcon,
} from '@heroicons/react/24/outline';
import PlayCircleIcon from '@heroicons/react/24/outline/PlayCircleIcon';
import ArrowPathIcon from '@heroicons/react/24/outline/ArrowPathIcon';
import MinusCircleIcon from '@heroicons/react/24/outline/MinusCircleIcon';
import ArrowTopRightOnSquareIcon from '@heroicons/react/24/outline/ArrowTopRightOnSquareIcon';
import classNames from 'classnames';
import type { NotebookExecuteOptions } from 'thebe-react';
import { useThebeServer } from 'thebe-react';
Expand Down
2 changes: 1 addition & 1 deletion packages/site/src/components/EnableCompute.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useThebeCore, useThebeServer, useThebeSession } from 'thebe-react';
import { PowerIcon } from '@heroicons/react/24/outline';
import PowerIcon from '@heroicons/react/24/outline/PowerIcon';
import { useHasNotebookProvider } from '@myst-theme/jupyter';
import { useNavigation } from '@remix-run/react';
import { useEffect, useState } from 'react';
Expand Down

0 comments on commit b66989c

Please sign in to comment.